Skip to content

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

License

Notifications You must be signed in to change notification settings

shpp-vsmaga/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 28.5%
  • Dart 27.1%
  • Ruby 22.7%
  • Java 18.7%
  • Objective-C 3.0%