Baseflow / flutter_cache_manager

Generic cache manager for flutter
https://baseflow.com
MIT License
749 stars 438 forks source link

Support latest firebase_storage version #256

Closed percula closed 3 years ago

percula commented 3 years ago

:sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...)

Chore

:arrow_heading_down: What is the current behavior?

Support for firebase_storage 3.x and 4.x

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

Support for firebase_storage 3.x through 5.x

:boom: Does this PR introduce a breaking change?

No

:bug: Recommendations for testing

I've tested this against the latest version and it works. The latest firebase_storage renamed some methods but none of the renamed methods are used in this package.

:memo: Links to relevant issues/docs

https://github.com/FirebaseExtended/flutterfire#firebase_remote_config

:thinking: Checklist before submitting

percula commented 3 years ago

This PR also changes the flutter_cache_manager dependency to the stable version 2.0.0.

renefloor commented 3 years ago

Merged #254 instead of this