Thanks to visit codestin.com
Credit goes to github.com

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

Commit 48f50b4

Browse files
authored
[image_picker] Update NSPhotoLibraryUsageDescription description in README (#6589)
* Update `NSPhotoLibraryUsageDescription` description in README * Update text about App Store policy
1 parent 3c7d54b commit 48f50b4

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

packages/image_picker/image_picker/CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
## NEXT
1+
## 0.8.6+2
2+
3+
* Updates `NSPhotoLibraryUsageDescription` description in README.
24

35
* Updates minimum Flutter version to 3.0.
46

packages/image_picker/image_picker/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ As a result of implementing PHPicker it becomes impossible to pick HEIC images o
2323
Add the following keys to your _Info.plist_ file, located in `<project root>/ios/Runner/Info.plist`:
2424

2525
* `NSPhotoLibraryUsageDescription` - describe why your app needs permission for the photo library. This is called _Privacy - Photo Library Usage Description_ in the visual editor.
26-
* This permission is not required for image picking on iOS 11+ if you pass `false` for `requestFullMetadata`.
26+
* This permission will not be requested if you always pass `false` for `requestFullMetadata`, but App Store policy requires including the plist entry.
2727
* `NSCameraUsageDescription` - describe why your app needs access to the camera. This is called _Privacy - Camera Usage Description_ in the visual editor.
2828
* `NSMicrophoneUsageDescription` - describe why your app needs access to the microphone, if you intend to record videos. This is called _Privacy - Microphone Usage Description_ in the visual editor.
2929

packages/image_picker/image_picker/pubspec.yaml

+1-1
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/plugins/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: 0.8.6+1
6+
version: 0.8.6+2
77

88
environment:
99
sdk: ">=2.14.0 <3.0.0"

0 commit comments

Comments
 (0)