firebase_image 0.1.4 copy "firebase_image: ^0.1.4" to clipboard
firebase_image: ^0.1.4 copied to clipboard

outdated

A cached Flutter ImageProvider for Firebase Cloud Storage image objects.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add firebase_image

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

dependencies:
  firebase_image: ^0.1.4

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:firebase_image/firebase_image.dart';
137
likes
0
pub points
79%
popularity

Publisher

verified publishermattreid.dev

A cached Flutter ImageProvider for Firebase Cloud Storage image objects.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

firebase_core, firebase_storage, flutter, path, path_provider, sqflite

More

Packages that depend on firebase_image