fiber_firebase_storage 1.0.1
fiber_firebase_storage: ^1.0.1 copied to clipboard
This package provides a smart Firebase Storage helper with first-online logic. It manages uploads and downloads with automatic queuing, retries, and synchronization when connectivity is restored, ensu [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add fiber_firebase_storageThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
fiber_firebase_storage: ^1.0.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:fiber_firebase_storage/fiber_firebase_storage.dart';