Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Firebase Storage dependency to support newer cloud_firestore versions #443

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions flutter_cache_manager_firebase/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_cache_manager_firebase
description: CacheManager implementation for firebase_storage. Uses the gs:// as key and translates to https://
version: 2.0.1
version: 2.0.2
homepage: https://github.com/Baseflow/flutter_cache_manager

environment:
Expand All @@ -10,7 +10,7 @@ dependencies:
flutter:
sdk: flutter
flutter_cache_manager: ^3.0.0
firebase_storage: ">=8.0.0 <11.0.0"
firebase_storage: "^11.0.0"
path_provider: ^2.0.0
path: ^1.8.0

Expand Down