Skip to content

Commit ec87f86

Browse files
AlexV525adsonpleal
authored andcommitted
[camera] Fix example reference in camera's doc (flutter#3472)
1 parent d1d272f commit ec87f86

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

AUTHORS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,5 @@ Eitan Schwartz <[email protected]>
6060
Chris Rutkowski <[email protected]>
6161
Juan Alvarez <[email protected]>
6262
Aleksandr Yurkovskiy <[email protected]>
63-
Anton Borries <[email protected]>
63+
Anton Borries <[email protected]>
64+

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+2
2+
3+
* Fix example reference in README.
4+
15
## 0.7.0+1
26

37
* Ensure communication from JAVA to Dart is done on the main UI thread.

packages/camera/camera/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ class _CameraAppState extends State<CameraApp> {
122122
}
123123
```
124124

125-
For a more elaborate usage example see [here](https://github.com/flutter/plugins/tree/master/packages/camera/example).
125+
For a more elaborate usage example see [here](https://github.com/flutter/plugins/tree/master/packages/camera/camera/example).
126126

127127
*Note*: This plugin is still under development, and some APIs might not be available yet.
128128
[Feedback welcome](https://github.com/flutter/flutter/issues) and

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

88
dependencies:

0 commit comments

Comments
 (0)