Skip to content

Commit a9a21af

Browse files
Chris YangEgor
authored andcommitted
Remove unused test dependencies add missing environment constraints (flutter#3239)
1 parent 0bcb711 commit a9a21af

File tree

71 files changed

+274
-109
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+274
-109
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+17
2+
3+
* Update Dart SDK constraint in example.
4+
15
## 0.4.5+16
26

37
* Remove unnecessary workaround from test.

packages/android_alarm_manager/example/pubspec.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,7 @@ dev_dependencies:
2121

2222
flutter:
2323
uses-material-design: true
24+
25+
environment:
26+
sdk: ">=2.1.0 <3.0.0"
27+
flutter: ">=1.12.13+hotfix.5 <2.0.0"

packages/android_alarm_manager/pubspec.yaml

Lines changed: 1 addition & 1 deletion
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+16
7+
version: 0.4.5+17
88
homepage: https://github.com/flutter/plugins/tree/master/packages/android_alarm_manager
99

1010
dependencies:

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+7
2+
3+
* Update Dart SDK constraint in example.
4+
15
## 0.3.7+6
26

37
* Update android compileSdkVersion to 29.

packages/android_intent/example/pubspec.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,7 @@ dev_dependencies:
1717
# The following section is specific to Flutter.
1818
flutter:
1919
uses-material-design: true
20+
21+
environment:
22+
sdk: ">=2.3.0 <3.0.0"
23+
flutter: ">=1.12.13+hotfix.5 <2.0.0"

packages/android_intent/pubspec.yaml

Lines changed: 1 addition & 1 deletion
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+6
7+
version: 0.3.7+7
88

99
flutter:
1010
plugin:

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.8
2+
3+
* Update Dart SDK constraint in example.
4+
15
## 1.0.7
26

37
* Update android compileSdkVersion to 29.

packages/battery/battery/example/pubspec.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,7 @@ dev_dependencies:
1616

1717
flutter:
1818
uses-material-design: true
19+
20+
environment:
21+
sdk: ">=2.1.0 <3.0.0"
22+
flutter: ">=1.12.13+hotfix.5 <2.0.0"

packages/battery/battery/pubspec.yaml

Lines changed: 1 addition & 1 deletion
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.7
5+
version: 1.0.8
66

77
flutter:
88
plugin:

packages/connectivity/connectivity/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.0.1
2+
3+
* Remove unused `test` dependency.
4+
* Update Dart SDK constraint in example.
5+
16
## 2.0.0
27

38
* [Breaking Change] The `getWifiName`, `getWifiBSSID` and `getWifiIP` are removed to [wifi_info_flutter](https://github.com/flutter/plugins/tree/master/packages/wifi_info_flutter)

0 commit comments

Comments
 (0)