multi_image_picker 1.0.53
multi_image_picker: ^1.0.53 copied to clipboard
Flutter plugin that allows you to display multi image picker on iOS and Android.
Change Log #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Changed (v1.0.53) #
2018-08-13 #
Fixed #
- Fix crash on iOS when picking a lot of images.
Changed (v1.0.52) #
2018-08-12 #
Fixed #
- Picking images on iOS now will properly handle PHAssets
Changed (v1.0.51) #
2018-08-07 #
Changed #
- Fix a crash on Android caused by closing and reopening the gallery
Changed (v1.0.5) #
2018-08-07 #
Add #
- Support iOS and Android customizations
Changed (v1.0.4) #
2018-08-06 #
Changed #
- iOS: Add missing super.init() call in the class constructor
Changed (v1.0.3) #
2018-08-05 #
Changed #
- Changed sdk: ">=2.0.0-dev.28.0 <3.0.0"
Changed (v1.0.2) #
2018-08-05 #
Added #
- Add Support for Dart 2 in pubspec.yaml file
Changed (v1.0.1) #
2018-08-05 #
Added #
- Initial release with basic support for iOS and Android