scanbot_image_picker 1.0.1 scanbot_image_picker: ^1.0.1 copied to clipboard
Simple Image Picker with single and multiple selection capability.
Version 1.0.1-alpha3 #
- 🚙 Under the hood:
- iOS: Replaced the Library
GMImagePickerWithCloudMediaDownloading
for picking multiple images from iOS version below 14 with native iOS code.
- iOS: Replaced the Library
Version 1.0.0 (30 Aug 2022) #
- 🚀 New:
- Created a Flutter ImagePicker for picking multiple images from iOS and Android.
- Added these methods related to image picking
pickImageAsync
,pickImagesAsync
isVersionLessThanIOSFourteen
.
- 🚙 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.