assets_picker_ot 1.2.8 copy "assets_picker_ot: ^1.2.8" to clipboard
assets_picker_ot: ^1.2.8 copied to clipboard

Quickly select resources from the gallery.

assets_picker_ot #

Quickly select resources from the gallery.

show

Navigator.push(context, MaterialPageRoute(builder: (_con) {
                  return PickerPage(
                    maxSelected: 3,
                    overMaxSelected: (context) {
                      debugPrint('Select up to 3 images');
                    },
                  );
                })).then((value) {
                  if (value is List<SelectedFile>) {
                    // todo selected success
                  }
                });
)

Thanks #

https://github.com/fluttercandies/flutter_photo_manager

1
likes
110
points
118
downloads

Publisher

unverified uploader

Weekly Downloads

Quickly select resources from the gallery.

Repository (GitHub)

Documentation

API reference

License

unknown (license)

Dependencies

flutter, image_preview, photo_manager, photo_manager_image_provider

More

Packages that depend on assets_picker_ot