Merged
Conversation
|
Cursor Agent can help with this pull request. Just |
Co-authored-by: Robert Magnusson <robert-northmind@users.noreply.github.com>
Use range constraints instead of major-version-only caret notation so consumers on older versions are not forced to upgrade. Made-with: Cursor
4d3a7cb to
2f5f7a4
Compare
This was referenced Mar 10, 2026
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.
Description
Consolidates compatible Renovate dependency updates into a single PR, prioritizing stability for a published Flutter plugin. This includes updating key plugin dependencies and development tooling while deferring higher-risk upgrades.
Related Issue(s)
Fixes #120, #122, #123, #127, #130, #142
Type of Change
Checklist
Screenshots (if applicable)
Additional Notes
This PR consolidates several Renovate dependency updates, carefully selecting those compatible with the current Flutter stable toolchain and the constraints of a published plugin.
Specifically:
connectivity_plusto7.0.0package_info_plusto9.0.0flutter_lintsto6.0.0, Kotlin plugin to2.3.10, Gradle wrapper to8.14.4, andactions/setup-javatov5.2.0.The AGP 9 / app plugin 9 path (related to Renovate PRs #121, #124, #125) has been deferred due to its higher risk for a plugin repo and existing compatibility issues in the example app requiring a further Gradle upgrade (9.3.1) which is not yet needed for the current dependency set.
Extensive verification was performed, including
flutter analyze,flutter test,dart tool/pre_release_check.dart, and anflutter build apkof the example app.