fireproof_closet 0.90.1
fireproof_closet: ^0.90.1 copied to clipboard
Cache your Firebase Storage images to the Fireproof Closet for blazingly fast access.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add fireproof_closetThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
fireproof_closet: ^0.90.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:fireproof_closet/fireproof_closet.dart';