release/v2.2.0#7
Open
alamin-karno wants to merge 6 commits into
Open
Conversation
Fixes pub.dev score issues: adds missing return type to JsonSerializer.addParser, cleans up remaining analyzer/lint findings in lib and example, and bumps dio, built_value, connectivity_plus, get_it, bloc/flutter_bloc, and flutter_lints to their latest compatible versions. Also untracks generated .flutter-plugins files that should not be version controlled.
The example app's Gradle wrapper (8.3), AGP (8.1.0), and Kotlin (1.8.22) were below the minimums required by Flutter 3.44.4 and by connectivity_plus 7.x, causing assembleDebug to fail. Bumps to Gradle 8.14, AGP 8.12.1, and Kotlin 2.2.20 (staying under AGP 9, which requires migrating to a new build-file DSL). Verified with a full flutter build apk --debug.
…-score Chore/update dependencies pub score
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
2.2.0
JsonSerializer.addParserflagged by pub.dev static analysis