A Flutter Image Gallery plugin.
Flutter plugin that allows you to display images located locally on iOS and Android.
Key Features
- Display multiple images in your galleries (any views)
- Native performance
- Thumbnail support
- Read image meta data
flutter_image_gallery - Flutter image gallery plugin
Usage
Future<void> loadImageList() async {
List allImageTemp;
allImageTemp = await FlutterImageGalleryPlugin.getAllImages;
setState(() {
this.allImage = allImageTemp;
});
}
Support
If this plugin has assisted you in any way and saved you time, please donate below:

Bitcoin Address: 1DttBdf6PWLUPXJLWVTRGWyeXvEMmWjM5p
License
MIT
GitHub @rgodlontonshaw ยท Twitter @rgodlontonshaw