assets_picker_ot

Last updated:

0 purchases

assets_picker_ot Image
assets_picker_ot Images
Add to Cart

Description:

assets picker ot

assets_picker_ot #
Quickly select resources from the gallery.

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
}
});
)
copied to clipboard
Thanks #
https://github.com/fluttercandies/flutter_photo_manager

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.