cloud_storage_gallery 0.3.0 copy "cloud_storage_gallery: ^0.3.0" to clipboard
cloud_storage_gallery: ^0.3.0 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_gallery

With Flutter:

 $ flutter pub add cloud_storage_gallery

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

dependencies:
  cloud_storage_gallery: ^0.3.0

Alternatively, 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';