fire_storage_impl 0.1.1 copy "fire_storage_impl: ^0.1.1" to clipboard
fire_storage_impl: ^0.1.1 copied to clipboard

A lightweight Firebase Storage implementation for Flutter apps with support for file upload, deletion, toast notifications, and localization.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fire_storage_impl

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  fire_storage_impl: ^0.1.1

Alternatively, 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:fire_storage_impl/fire_storage_impl.dart';
0
likes
150
points
373
downloads

Publisher

unverified uploader

Weekly Downloads

A lightweight Firebase Storage implementation for Flutter apps with support for file upload, deletion, toast notifications, and localization.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

app_toast, cross_file, firebase_storage, flutter, language_translator, mime

More

Packages that depend on fire_storage_impl