Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit d0fd4b1

Browse files
authored
[image_picker] Update README.md (#3098)
1 parent d026d07 commit d0fd4b1

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

packages/image_picker/image_picker/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.6.7+20
2+
3+
* Updated README.md to show the new Android API requirements.
4+
15
## 0.6.7+19
26

37
* Do not copy static field to another static field.

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ 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+19
5+
version: 0.6.7+20
66

77
flutter:
88
plugin:

0 commit comments

Comments
 (0)