Skip to content

Commit 0f5a859

Browse files
amanv8060Minyewoo
authored andcommitted
[image_picker] Update README.md (flutter#3098)
1 parent 90e3f17 commit 0f5a859

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

packages/image_picker/image_picker/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 0.6.7+20
2+
3+
* Updated README.md to show the new Android API requirements.
4+
5+
## 0.6.7+19
6+
7+
* Do not copy static field to another static field.
8+
9+
## 0.6.7+18
10+
11+
* Fix outdated links across a number of markdown files ([#3276](https://github.com/flutter/plugins/pull/3276))
12+
13+
14+
115
## 0.6.7+17
216

317
* iOS: fix `User-facing text should use localized string macro` warning.

packages/image_picker/image_picker/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ Add the following keys to your _Info.plist_ file, located in `<project root>/ios
1919

2020
### Android
2121

22-
#### API 29+
22+
#### API < 29
2323
No configuration required - the plugin should work out of the box.
2424

25-
#### API < 29
25+
#### API 29+
2626

2727
Add `android:requestLegacyExternalStorage="true"` as an attribute to the `<application>` tag in AndroidManifest.xml. The [attribute](https://developer.android.com/training/data-storage/compatibility) is `false` by default on apps targeting Android Q.
2828

packages/image_picker/image_picker/pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: image_picker
22
description: Flutter plugin for selecting images from the Android and iOS image
33
library, and taking new pictures with the camera.
44
homepage: https://github.com/flutter/plugins/tree/master/packages/image_picker/image_picker
5-
version: 0.6.7+17
5+
version: 0.6.7+20
6+
67

78
flutter:
89
plugin:

0 commit comments

Comments
 (0)