Skip to content

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

License

Notifications You must be signed in to change notification settings

kevwan/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 FlutterGallaryPlugin.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

  • Java 49.2%
  • Swift 20.5%
  • Ruby 15.6%
  • Dart 12.4%
  • Objective-C 2.3%