venkataseshaiahudatha / image_gallery

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:Other


Languages

Language:Java 45.2%Language:Swift 23.2%Language:Ruby 17.7%Language:Dart 11.3%Language:Objective-C 2.6%