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

don't use it .

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


0
likes
10
pub points
0%
popularity

Publisher

unverified uploader

don't use it .

Homepage

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on image_gallery_dummy