scanbot_image_picker 1.0.0-beta2
scanbot_image_picker: ^1.0.0-beta2 copied to clipboard
Simple Image Picker with single and multiple selection capability.
Version 1.0.0 (09 Jun 2022) #
- 🚀 New:
- Created a Flutter ImagePicker for picking multiple images from iOS and Android.
- Added these methods related to image picking
pickImagesWithUri
,isVersionLessThanIOSFourteen
. - Added proeprty
platformVersion
to check the current platform version.
- 🚙 Under the hood:
- Using Flutter ImagePicker library for picking multiple images from iOS and Android.
- iOS: Using a native iOS Library
GMImagePickerWithCloudMediaDownloading
for picking multiple images from iOS version below 14.