Last updated:
0 purchases
flutter cache manager firebase
flutter_cache_manager_firebase #
A Firebase implementation for flutter_cache_manager
Getting Started #
This library contains FirebaseCacheManager and FirebaseHttpFileService.
You can easily fetch a file stored on Firebase with
var file = await FirebaseCacheManager().getSingleFile(url);
copied to clipboard
You could also write your own CacheManager which uses the FirebaseHttpFileService.
Custom Firebase storage bucket #
You can use a custom bucket by passing bucket parameter. For example:
FirebaseCacheManager(bucket: "my-bucket");
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.