15 lines
311 B
Markdown
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
|
||
|
```
|