rgodlontonshaw / flutter_image_gallery

A Flutter plugin to assist with easy access and display to the native iOS and Android image gallery
Other
2 stars 1 forks source link

A Flutter Image Gallery plugin.

Flutter plugin that allows you to display images located locally on iOS and Android.

Key Features

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:

<img src="https://www.drupal.org/files/project-images/bitcoindonate.png" alt="Donate">
Bitcoin Address: 1DttBdf6PWLUPXJLWVTRGWyeXvEMmWjM5p

License

MIT

GitHub @rgodlontonshaw  ·  Twitter @rgodlontonshaw