grid_gallery 0.0.3+6 copy "grid_gallery: ^0.0.3+6" to clipboard
grid_gallery: ^0.0.3+6 copied to clipboard

A Flutter package provides customizable widget to user select and list up images in device storage without android and iOS native photo picker.

grid_gallery #

pub.dev github

A Flutter package provides customizable widget to user select and list up images in device storage without android and iOS native photo picker.

grid_gallery

Getting started #

Request for permission #

Android

No configuration required

iOS

Add the following keys and value to Info.plist file, located in <project root>/ios/Runner/Info.plist

<key>NSPhotoLibraryUsageDescription</key>
<string>In order to access your photo library</string>
<key>NSCameraUsageDescription</key>
<string>In order to access your camera</string>

Usage #

Additional information #

2
likes
120
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package provides customizable widget to user select and list up images in device storage without android and iOS native photo picker.

Homepage
Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, image_picker, path, photo_manager

More

Packages that depend on grid_gallery