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

Commit 05879a3

Browse files
[camera] Ios support documentation (#3335)
* updated README.md to notify about no < iOS10 support * Version bump * Improved explanation Co-authored-by: Maurits van Beusekom <maurits@vnbskm.nl> Co-authored-by: Maurits van Beusekom <maurits@vnbskm.nl>
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

Lines changed: 4 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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)