Skip to content

Commit 6473b5c

Browse files
authored
[a-c] Update Flutter SDK constraint (flutter#3320)
Update Flutter SDK constraint to match templates.
1 parent 163e7c2 commit 6473b5c

File tree

20 files changed

+60
-21
lines changed

20 files changed

+60
-21
lines changed

packages/android_alarm_manager/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.4.5+18
2+
3+
* Update Flutter SDK constraint.
4+
15
## 0.4.5+17
26

37
* Update Dart SDK constraint in example.

packages/android_alarm_manager/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Flutter plugin for accessing the Android AlarmManager service, and
44
# 0.4.y+z is compatible with 1.0.0, if you land a breaking change bump
55
# the version to 2.0.0.
66
# See more details: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0
7-
version: 0.4.5+17
7+
version: 0.4.5+18
88
homepage: https://github.com/flutter/plugins/tree/master/packages/android_alarm_manager
99

1010
dependencies:
@@ -25,4 +25,4 @@ flutter:
2525

2626
environment:
2727
sdk: ">=2.1.0 <3.0.0"
28-
flutter: ">=1.12.13+hotfix.5 <2.0.0"
28+
flutter: ">=1.12.13+hotfix.5"

packages/android_intent/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.3.7+8
2+
3+
* Update Flutter SDK constraint.
4+
15
## 0.3.7+7
26

37
* Update Dart SDK constraint in example.

packages/android_intent/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ homepage: https://github.com/flutter/plugins/tree/master/packages/android_intent
44
# 0.3.y+z is compatible with 1.0.0, if you land a breaking change bump
55
# the version to 2.0.0.
66
# See more details: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0
7-
version: 0.3.7+7
7+
version: 0.3.7+8
88

99
flutter:
1010
plugin:
@@ -27,4 +27,4 @@ dev_dependencies:
2727

2828
environment:
2929
sdk: ">=2.3.0 <3.0.0"
30-
flutter: ">=1.12.13+hotfix.5 <2.0.0"
30+
flutter: ">=1.12.13+hotfix.5"

packages/battery/battery/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.9
2+
3+
* Update Flutter SDK constraint.
4+
15
## 1.0.8
26

37
* Update Dart SDK constraint in example.

packages/battery/battery/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: battery
22
description: Flutter plugin for accessing information about the battery state
33
(full, charging, discharging) on Android and iOS.
44
homepage: https://github.com/flutter/plugins/tree/master/packages/battery/battery
5-
version: 1.0.8
5+
version: 1.0.9
66

77
flutter:
88
plugin:
@@ -32,4 +32,4 @@ dev_dependencies:
3232

3333
environment:
3434
sdk: ">=2.1.0 <3.0.0"
35-
flutter: ">=1.12.13+hotfix.5 <2.0.0"
35+
flutter: ">=1.12.13+hotfix.5"
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.1
2+
3+
- Update Flutter SDK constraint.
4+
15
## 1.0.0
26

37
- Initial open-source release.

packages/battery/battery_platform_interface/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: A common platform interface for the battery plugin.
33
homepage: https://github.com/flutter/plugins/tree/master/packages/battery
44
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
55
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
6-
version: 1.0.0
6+
version: 1.0.1
77

88
dependencies:
99
flutter:
@@ -19,4 +19,4 @@ dev_dependencies:
1919

2020
environment:
2121
sdk: ">=2.7.0 <3.0.0"
22-
flutter: ">=1.9.1+hotfix.4 <2.0.0"
22+
flutter: ">=1.9.1+hotfix.4"

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.5.8+19
2+
3+
* Update Flutter SDK constraint.
4+
15
## 0.5.8+18
26

37
* Suppress unchecked warning in Android tests which prevented the tests to compile.

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

88
dependencies:
@@ -29,4 +29,4 @@ flutter:
2929

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

0 commit comments

Comments
 (0)