Update flutter_cache_manager_firebase dependencies#514
Open
rickdijk wants to merge 3 commits into
Open
Conversation
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Raise the min SDK to 3.10.0, widen firebase_storage to support 13.x, and update flutter_cache_manager, path_provider, path, and flutter_lints. Co-authored-by: Cursor <cursoragent@cursor.com>
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.
✨ What kind of change does this PR introduce? (Bug fix, feature, docs update...)
Dependency and SDK update for
flutter_cache_manager_firebase(v2.1.3).>=3.0.0flutter_cache_managerconstrained to^3.4.1firebase_storageconstrained to>=12.0.0 <13.0.0flutter_lintsat^4.0.0path_provider,path) slightly behind latest compatible versions🆕 What is the new behavior (if this is a feature change)?
>=3.10.0flutter_cache_managerto^3.4.2firebase_storageto>=12.0.0 <14.0.0(supports 13.x)path_providerto^2.1.6,pathto^1.9.1,flutter_lintsto^6.0.0💥 Does this PR introduce a breaking change?
Yes for consumers still on Dart SDK < 3.10.0. Apps already on Flutter with Dart 3.10+ are unaffected.
firebase_storage12.x remains supported.🐛 Recommendations for testing
flutter pub getinflutter_cache_manager_firebasedart format --set-exit-if-changed .flutter analyzefirebase_storage12.x and 13.x if possible📝 Links to relevant issues/docs
N/A
🤔 Checklist before submitting