assets_picker_ot 1.0.0 copy "assets_picker_ot: ^1.0.0" to clipboard
assets_picker_ot: ^1.0.0 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<File>) {
                    // todo selected success
                  }
                });
)

Thanks #

https://github.com/fluttercandies/flutter_photo_manager

0
likes
120
pub points
15%
popularity

Publisher

unverified uploader

Quickly select resources from the gallery.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

flutter, photo_manager

More

Packages that depend on assets_picker_ot