cloud_storage_gallery 0.1.2
cloud_storage_gallery: ^0.1.2 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 Dart:
$ dart pub add cloud_storage_galleryWith Flutter:
$ flutter pub add cloud_storage_galleryThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
cloud_storage_gallery: ^0.1.2Alternatively, your editor might support dart pub get or 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';