Last updated:
0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.