scanbot_image_picker 1.0.1-alpha1
scanbot_image_picker: ^1.0.1-alpha1 copied to clipboard
Simple Image Picker with single and multiple selection capability.
1.0.1-alpha1 #
- π Under the hood:
- iOS: Replaced the Library
GMImagePickerWithCloudMediaDownloadingfor picking multiple images from iOS version below 14 with native iOS code.
- iOS: Replaced the Library
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,pickImagesAsyncisVersionLessThanIOSFourteen.
- π Under the hood:
- Using Flutter ImagePicker library for picking multiple images from iOS and Android.
- iOS: Using a native iOS Library
GMImagePickerWithCloudMediaDownloadingfor picking multiple images from iOS version below 14.