gallery_asset_picker 0.0.2 copy "gallery_asset_picker: ^0.0.2" to clipboard
gallery_asset_picker: ^0.0.2 copied to clipboard

A gallery picker and camera in one package. The Gallery and Camera views can both be utilized as Flutter widgets.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add gallery_asset_picker

With Flutter:

 $ flutter pub add gallery_asset_picker

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

dependencies:
  gallery_asset_picker: ^0.0.2

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:gallery_asset_picker/gallery_asset_picker.dart';
8
likes
0
pub points
60%
popularity

Publisher

unverified uploader

A gallery picker and camera in one package. The Gallery and Camera views can both be utilized as Flutter widgets.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

camera, collection, flutter, meta, path, photo_manager, uuid

More

Packages that depend on gallery_asset_picker