Key Features
- Pick multiple images
- Instantly pick thousands of images at once, without any delay or blocking the UI thread.
- Native performance
- The plugin takes advantage of the two best image picking libraries for Android and iOS, bringing you the best native platform experience.
- Photos sorted by albums
- Take a picture option in the grid view
- Restrict the maximum count of images the user can pick
- Customizable UI and localizations
- Thumbnail support
- Specify the image quality of the original image or thumbnails
- Read image meta data
multi_image_picker
Flutter plugin that allows you to display multi image picker on iOS and Android.
iOS
For the iOS picker the plugin uses BSImagePicker
Android
For the Android picker the plugin uses Matisse
Usage
First you need to add the plugin to your project.
iOS
You need to add those strings to your Info.plist file in order the plugin to work:
Android
You need to request those permissions in AndroidManifest.xml in order the plugin to work:
For example code usage, please see here
Theming and localization
You can customize different parts of the gallery picker. For reference see below the available options for the different platforms:
Customization on Android
Customization on iOS
API
TODO
- [x] Add support for more plugin specific options for iOS and Android, that allows more customization
- [x] Improve docs
- [ ] Allow choosing videos
Credit (github url) : https://github.com/Sh1d0w/multi_image_picker#key-features
Next Article : https://flutterappdev.com/2019/01/30/android-app-flutter-movie-ratings-mobile-app-development/