8000 GitHub - flutter-devs/image_gallery: A Flutter plugin to view images from Android/iOS gallery.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

flutter-devs/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

Contributors 2

  •  
  •  
0