cloud_storage_gallery 0.6.6
cloud_storage_gallery: ^0.6.6 copied to clipboard
Drop-in Flutter widgets for browsing folders, viewing media, uploading with progress, and thumbnail generation on top of cloud_storage.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add cloud_storage_galleryThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
cloud_storage_gallery: ^0.6.6Alternatively, 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:cloud_storage_gallery/cloud_storage_gallery.dart';