Skip to content

Update flutter_cache_manager_firebase dependencies#514

Open
rickdijk wants to merge 3 commits into
developfrom
update/dependencies_firebase
Open

Update flutter_cache_manager_firebase dependencies#514
rickdijk wants to merge 3 commits into
developfrom
update/dependencies_firebase

Conversation

@rickdijk

@rickdijk rickdijk commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

✨ 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).

⤵️ What is the current behavior?

  • Min Dart SDK is >=3.0.0
  • flutter_cache_manager constrained to ^3.4.1
  • firebase_storage constrained to >=12.0.0 <13.0.0
  • flutter_lints at ^4.0.0
  • Other deps (path_provider, path) slightly behind latest compatible versions

🆕 What is the new behavior (if this is a feature change)?

  • Raises min Dart SDK to >=3.10.0
  • Updates flutter_cache_manager to ^3.4.2
  • Widens firebase_storage to >=12.0.0 <14.0.0 (supports 13.x)
  • Updates path_provider to ^2.1.6, path to ^1.9.1, flutter_lints to ^6.0.0
  • Removes unnecessary library name (new lint from flutter_lints 6)
  • Applies dart format to source files

💥 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_storage 12.x remains supported.

🐛 Recommendations for testing

  • flutter pub get in flutter_cache_manager_firebase
  • dart format --set-exit-if-changed .
  • flutter analyze
  • Confirm resolution works with both firebase_storage 12.x and 13.x if possible

📝 Links to relevant issues/docs

N/A

🤔 Checklist before submitting

  • All projects build
  • Follows style guide lines (code style guide)
  • Relevant documentation was updated
  • Rebased onto current develop

Rick van Dijk and others added 3 commits July 21, 2026 15:51
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>
@rickdijk
rickdijk requested a review from mvanbeusekom July 21, 2026 21:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant