image_gallery 1.2.0 copy "image_gallery: ^1.2.0" to clipboard
image_gallery: ^1.2.0 copied to clipboard

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

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;
    });
  }


19
likes
30
pub points
29%
popularity

Publisher

unverified uploader

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

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on image_gallery