chore: update flutter_cache_manager dependencies#512
Merged
Conversation
…dencies Bump runtime and dev dependency constraints to current compatible releases and regenerate Mockito mocks. Co-authored-by: Cursor <cursoragent@cursor.com>
Remove the named library to satisfy the unnecessary_library_name lint. Co-authored-by: Cursor <cursoragent@cursor.com>
Align the example with Dart 3.8 and refresh generated desktop plugin registrants. Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
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 update for
flutter_cache_manager(and its example). Raises the minimum Dart SDK to 3.8.0 and bumps runtime/dev dependencies beyond PR #502.The package still declares Dart
>=3.0.0and older dependency floors (http ^1.2.2,rxdart >=0.27.7 <0.29.0,flutter_lints ^4.0.0, etc.).🆕 What is the new behavior (if this is a feature change)?
>=3.8.0 <4.0.0(required byflutter_lints6)http ^1.6.0,uuid ^4.6.0,rxdart ^0.28.0,sqflite ^2.4.2,mockito ^5.7.0)library;directive to satisfyunnecessary_library_nameflutter_cache_manager_firebaseis intentionally left unchanged for a follow-up PR.💥 Does this PR introduce a breaking change?
Yes for consumers still on Dart < 3.8.0 — they will need to upgrade their SDK. There are no public API surface changes in this package.
🐛 Recommendations for testing
flutter pub getinflutter_cache_managerandexampleflutter analyzein bothflutter testinflutter_cache_manager📝 Links to relevant issues/docs
http,rxdart,sqflite,uuid,flutter_lints,mockito)🤔 Checklist before submitting