Skip to content

Commit 05879a3

Browse files
[camera] Ios support documentation (flutter#3335)
* updated README.md to notify about no < iOS10 support * Version bump * Improved explanation Co-authored-by: Maurits van Beusekom <[email protected]> Co-authored-by: Maurits van Beusekom <[email protected]>
1 parent 5482d9a commit 05879a3

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

packages/camera/camera/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.6.0+1
2+
3+
Updated README to inform users that iOS 10.0+ is needed for use
4+
15
## 0.6.0
26

37
As part of implementing federated architecture and making the interface compatible with the web this version contains the following **breaking changes**:

packages/camera/camera/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ First, add `camera` as a [dependency in your pubspec.yaml file](https://flutter.
1919

2020
### iOS
2121

22+
iOS 10.0 of higher is needed to use the camera plugin. If compiling for any version lower than 10.0 make sure to check the iOS version before using the camera plugin. For example, using the [device_info](https://pub.dev/packages/device_info) plugin.
23+
2224
Add two rows to the `ios/Runner/Info.plist`:
2325

2426
* one with the key `Privacy - Camera Usage Description` and a usage description.

packages/camera/camera/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: camera
22
description: A Flutter plugin for getting information about and controlling the
33
camera on Android and iOS. Supports previewing the camera feed, capturing images, capturing video,
44
and streaming image buffers to dart.
5-
version: 0.6.0
5+
version: 0.6.0+1
66
homepage: https://github.com/flutter/plugins/tree/master/packages/camera/camera
77

88
dependencies:

0 commit comments

Comments
 (0)