Skip to content

Commit

Permalink
[image_picker] Update README.md (flutter#3098)
Browse files Browse the repository at this point in the history
  • Loading branch information
amanv8060 committed Jan 7, 2021
1 parent d026d07 commit d0fd4b1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions packages/image_picker/image_picker/CHANGELOG.md
@@ -1,3 +1,7 @@
## 0.6.7+20

* Updated README.md to show the new Android API requirements.

## 0.6.7+19

* Do not copy static field to another static field.
Expand Down
4 changes: 2 additions & 2 deletions packages/image_picker/image_picker/README.md
Expand Up @@ -19,10 +19,10 @@ Add the following keys to your _Info.plist_ file, located in `<project root>/ios

### Android

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

#### API < 29
#### API 29+

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.

Expand Down
2 changes: 1 addition & 1 deletion packages/image_picker/image_picker/pubspec.yaml
Expand Up @@ -2,7 +2,7 @@ name: image_picker
description: Flutter plugin for selecting images from the Android and iOS image
library, and taking new pictures with the camera.
homepage: https://github.com/flutter/plugins/tree/master/packages/image_picker/image_picker
version: 0.6.7+19
version: 0.6.7+20

flutter:
plugin:
Expand Down

0 comments on commit d0fd4b1

Please sign in to comment.