Skip to content

A Flutter plugin to view images from Android/iOS gallery.

License

Notifications You must be signed in to change notification settings

JulianBerger/image_gallery

 
 

Repository files navigation

For help getting started with Flutter, view our online documentation.

Pub

image_gallery

Flutter plugin to showing all the images from the storage in Android and iOS .

Usage

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


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

About

A Flutter plugin to view images from Android/iOS gallery.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 29.8%
  • Dart 27.6%
  • Ruby 21.8%
  • Java 17.9%
  • Objective-C 2.9%