flutter_image_gallery 1.0.6 copy "flutter_image_gallery: ^1.0.6" to clipboard
flutter_image_gallery: ^1.0.6 copied to clipboard

A Flutter image gallery plugin that allows you to display images from local iOS and Android image galleries.

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:

Donate
Bitcoin Address: 1DttBdf6PWLUPXJLWVTRGWyeXvEMmWjM5p

License #

MIT

GitHub @rgodlontonshaw  ·  Twitter @rgodlontonshaw

4
likes
30
pub points
65%
popularity

Publisher

unverified uploader

A Flutter image gallery plugin that allows you to display images from local iOS and Android image galleries.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_image_gallery