v1.2.0
image_gallery
Flutter plugin to showing all the images from the storage in Android and iOS .
19Likes 1930-day downloads30Pub points
Platforms unavailable
A Flutter plugin to view images from Android/iOS gallery.
{"sdk":"flutter"}English project snapshot. Visit GitHub for the latest content.
For help getting started with Flutter, view our online documentation.
Flutter plugin to showing all the images from the storage in Android and iOS .
Future<void> loadImageList() async {
List allImageTemp;
allImageTemp = await FlutterGallaryPlugin.getAllImages;
setState(() {
this.allImage = allImageTemp;
});
}