2020-08-14 18:07:27 +08:00

15 lines
311 B
Markdown

# photo_gallery_example
Demonstrates how to use the photo_gallery plugin.
Use photo_gallery plugin to list images and videos from mobile native gallery. support both iOS and Android (with the help of image_picker plugin).
## Install
```shell script
flutter pub get
```
## Run
```shell script
flutter run
```