image_picker 1.2.3 copy "image_picker: ^1.2.3" to clipboard
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) and pickMultipleMedia(limit: 1) throwing an ArgumentError by delegating to single-item pickers when limit is exactly 1, since the platform interface requires limit >= 2 for multi-selection.
  • Updates minimum supported SDK version to Flutter 3.38/Dart 3.10.

1.2.2 #

  • Clarifies that maxDuration only 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.

1.2.0