Skip to content

Commit e0a6684

Browse files
[image_picker] Fixes README description of plugin suggesting that only Android and iOS is supported. (#10385)
## Pre-Review Checklist **Note**: The Flutter team is currently trialing the use of [Gemini Code Assist for GitHub](https://developers.google.com/gemini-code-assist/docs/review-github-code). Comments from the `gemini-code-assist` bot should not be taken as authoritative feedback from the Flutter team. If you find its comments useful you can update your code accordingly, but if you are unsure or disagree with the feedback, please feel free to wait for a Flutter team member's review for guidance on which automated comments should be addressed. [^1]: Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling.
1 parent d07dabc commit e0a6684

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

packages/image_picker/image_picker/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
## NEXT
1+
## 1.2.1
22

3+
* Fixes README description of plugin suggesting that only Android and iOS is supported.
34
* Updates minimum supported SDK version to Flutter 3.29/Dart 3.7.
45
* Updates README to reflect that only Android API 24+ is supported.
56

packages/image_picker/image_picker/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33

44
[![pub package](https://img.shields.io/pub/v/image_picker.svg)](https://pub.dev/packages/image_picker)
55

6-
A Flutter plugin for iOS and Android for picking images from the image library,
7-
and taking new pictures with the camera.
6+
A Flutter plugin for picking images from the image library, and taking new pictures with the camera.
87

98
| | Android | iOS | Linux | macOS | Web | Windows |
109
|-------------|---------|---------|-------|--------|---------------------------------|-------------|

packages/image_picker/image_picker/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Flutter plugin for selecting images from the Android and iOS image
33
library, and taking new pictures with the camera.
44
repository: https://github.com/flutter/packages/tree/main/packages/image_picker/image_picker
55
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+image_picker%22
6-
version: 1.2.0
6+
version: 1.2.1
77

88
environment:
99
sdk: ^3.7.0

0 commit comments

Comments
 (0)