multi_image_picker 2.3.24
multi_image_picker: ^2.3.24 copied to clipboard
Flutter plugin that allows you to display multi image picker on iOS and Android.
[Flutter Multi Image Picker]
Flutter Multi Image Picker
Flutter plugin that allows you to display multi image picker on iOS and Android.
Key Features • How To Use • FAQ • Credits • Related • License
[screenshot]
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
How To Use #
Add this to your package's pubspec.yaml file::
dependencies:
multi_image_picker: ^2.3.22
Install it via command line:
flutter packages get
Now in your Dart code, you can use:
import 'package:multi_image_picker/multi_image_picker.dart';
Next steps:
- Initial setup
- Enable Camera
- Access image meta data
- Theming on Android
- Theming on iOS
Emailware #
Flutter Multi Image Picker is an emailware. Meaning, if you liked using this plugin or has helped you in anyway, I'd like you send me an email on radoslav.vitanov@gmail.com about anything you'd want to say about this software. I'd really appreciate it!
Credits #
This software uses the following open source packages:
- BSImagePicker - iOS
- Matisse - Android
Related #
image_picker - Official Flutter image picker plugin
Support #
License #
MIT
GitHub @Sh1d0w · Twitter @RadoslavVitanov