Skip to content

Commit bd9a148

Browse files
Chris YangEgor
authored andcommitted
[camera] Update lower bound of dart dependency to 2.1.0. (flutter#2749)
1 parent 33a5423 commit bd9a148

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

packages/camera/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.5.8+1
2+
3+
* Update lower bound of dart dependency to 2.1.0.
4+
15
## 0.5.8
26

37
* Remove Android dependencies fallback.

packages/camera/pubspec.yaml

Lines changed: 2 additions & 2 deletions
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.5.8
5+
version: 0.5.8+1
66

77
homepage: https://github.com/flutter/plugins/tree/master/packages/camera
88

@@ -29,5 +29,5 @@ flutter:
2929
pluginClass: CameraPlugin
3030

3131
environment:
32-
sdk: ">=2.0.0-dev.28.0 <3.0.0"
32+
sdk: ">=2.1.0 <3.0.0"
3333
flutter: ">=1.12.13+hotfix.5 <2.0.0"

0 commit comments

Comments
 (0)