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

outdated

A Flutter Image Gallery plugin.

flutter_image_gallery #

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 gallery
  • Native performance
  • Display images in any view
  • Thumbnail support
  • Read image meta data

flutter_image_picker - Flutter image gallery plugin

Usagey #

 Future<void> loadImageList() async {
    List allImageTemp;
      allImageTemp = await FlutterImageGalleryPlugin.getAllImages;


    setState(() {
      this.allImage = allImageTemp;
    });
  }


Support #

If this plugin was assisted you in any way and saved you time, please donate below:

Donate Bitcoin Address: 1DttBdf6PWLUPXJLWVTRGWyeXvEMmWjM5p

License #

MIT


GitHub @rgodlontonshaw  ·  Twitter @rgodlontonshaw

4
likes
0
pub points
63%
popularity

Publisher

unverified uploader

A Flutter Image Gallery plugin.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_image_gallery