image_picker 1.2.3
image_picker: ^1.2.3 copied to clipboard
Flutter plugin for selecting images from the Android and iOS image library, and taking new pictures with the camera.
1.2.3 #
- Fixes
pickMultiImage(limit: 1)andpickMultipleMedia(limit: 1)throwing anArgumentErrorby delegating to single-item pickers whenlimitis exactly 1, since the platform interface requireslimit >= 2for multi-selection. - Updates minimum supported SDK version to Flutter 3.38/Dart 3.10.
1.2.2 #
- Clarifies that
maxDurationonly applies to video recording and not gallery selection. - Updates minimum supported SDK version to Flutter 3.35/Dart 3.9.
- Updates README to reflect currently supported OS versions for the latest
versions of the endorsed platform implementations.
- Applications built with older versions of Flutter will continue to use compatible versions of the platform implementations.
1.2.1 #
- Fixes README description of plugin suggesting that only Android and iOS is supported.
- Updates minimum supported SDK version to Flutter 3.29/Dart 3.7.
- Updates README to reflect that only Android API 24+ is supported.