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

Commit ec8d711

Browse files
committed
[camera] Updates pubspec.yaml and CHANGELOG.md
1 parent 974ed0b commit ec8d711

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-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.7.0+1
2+
3+
* Fixes crash with using inner camera on some Android devices.
4+
15
## 0.7.0
26

37
* Added support for capture orientation locking on Android and iOS.

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.7.0
5+
version: 0.7.0+1
66
homepage: https://github.com/flutter/plugins/tree/master/packages/camera/camera
77

88
dependencies:

0 commit comments

Comments
 (0)