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

[image_picker] Update README.md #3098

Merged
merged 5 commits into from Jan 7, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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