Skip to content

Commit db99bbd

Browse files
committed
Merge branch 'master' into add_zoom_to_android_webview
* master: [q-w] Update Flutter SDK constraint (flutter#3323) [i-p] Update Flutter SDK constraint (flutter#3322) [d-g] Update Flutter SDK constraint (flutter#3321) [a-c] Update Flutter SDK constraint (flutter#3320) [image_picker_platform_interface] Pass Uri to package:http APIs (flutter#3309) Exclude null-safe plugins from testing on stable (flutter#3318) [documentation] [url_launcher] fix for readme code sample (flutter#3308) # Conflicts: # packages/webview_flutter/CHANGELOG.md
2 parents 636e99f + 0251017 commit db99bbd

File tree

119 files changed

+397
-141
lines changed

Some content is hidden

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

119 files changed

+397
-141
lines changed

packages/android_alarm_manager/CHANGELOG.md

+4
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

+2-2
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

+4
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

+2-2
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

+4
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

+2-2
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"
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

+2-2
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

+4
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

+2-2
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"

packages/camera/camera_platform_interface/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.3
2+
3+
- Update Flutter SDK constraint.
4+
15
## 1.0.2
26

37
- Added interface methods to support zoom features.

packages/camera/camera_platform_interface/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: A common platform interface for the camera plugin.
33
homepage: https://github.com/flutter/plugins/tree/master/packages/camera/camera_platform_interface
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.2
6+
version: 1.0.3
77

88
dependencies:
99
flutter:
@@ -22,4 +22,4 @@ dev_dependencies:
2222

2323
environment:
2424
sdk: ">=2.1.0 <3.0.0"
25-
flutter: ">=1.22.0 <2.0.0"
25+
flutter: ">=1.22.0"

packages/connectivity/connectivity/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.0.3
2+
3+
* Update Flutter SDK constraint.
4+
15
## 2.0.2
26

37
* Android: Fix IllegalArgumentException.

packages/connectivity/connectivity/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: connectivity
22
description: Flutter plugin for discovering the state of the network (WiFi &
33
mobile/cellular) connectivity on Android and iOS.
44
homepage: https://github.com/flutter/plugins/tree/master/packages/connectivity/connectivity
5-
version: 2.0.2
5+
version: 2.0.3
66

77
flutter:
88
plugin:
@@ -38,4 +38,4 @@ dev_dependencies:
3838

3939
environment:
4040
sdk: ">=2.1.0 <3.0.0"
41-
flutter: ">=1.12.13+hotfix.5 <2.0.0"
41+
flutter: ">=1.12.13+hotfix.5"

packages/connectivity/connectivity_macos/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.0+8
2+
3+
* Update Flutter SDK constraint.
4+
15
## 0.1.0+7
26

37
* Remove unused `test` dependency.

packages/connectivity/connectivity_macos/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: macOS implementation of the connectivity plugin.
33
# 0.1.y+z is compatible with 1.0.0, if you land a breaking change bump
44
# the version to 2.0.0.
55
# See more details: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0
6-
version: 0.1.0+7
6+
version: 0.1.0+8
77
homepage: https://github.com/flutter/plugins/tree/master/packages/connectivity/connectivity_macos
88

99
flutter:
@@ -14,7 +14,7 @@ flutter:
1414

1515
environment:
1616
sdk: ">=2.1.0 <3.0.0"
17-
flutter: ">=1.10.0 <2.0.0"
17+
flutter: ">=1.10.0"
1818

1919
dependencies:
2020
flutter:

packages/connectivity/connectivity_platform_interface/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.7
2+
3+
* Update Flutter SDK constraint.
4+
15
## 1.0.6
26

37
* Update lower bound of dart dependency to 2.1.0.

packages/connectivity/connectivity_platform_interface/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: A common platform interface for the connectivity plugin.
33
homepage: https://github.com/flutter/plugins/tree/master/packages/connectivity/connectivity_platform_interface
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.6
6+
version: 1.0.7
77

88
dependencies:
99
flutter:
@@ -18,4 +18,4 @@ dev_dependencies:
1818

1919
environment:
2020
sdk: ">=2.1.0 <3.0.0"
21-
flutter: ">=1.12.13+hotfix.5 <2.0.0"
21+
flutter: ">=1.12.13+hotfix.5"

packages/cross_file/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.0+1
2+
3+
- Update Flutter SDK constraint.
4+
15
## 0.1.0
26

37
- Initial open-source release

packages/cross_file/pubspec.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
21
name: cross_file
32
description: An abstraction to allow working with files across multiple platforms.
43
homepage: https://github.com/flutter/plugins/tree/master/packages/cross_file
5-
version: 0.1.0
4+
version: 0.1.0+1
65

76
dependencies:
87
flutter:
@@ -17,4 +16,4 @@ dev_dependencies:
1716

1817
environment:
1918
sdk: ">=2.1.0 <3.0.0"
20-
flutter: ">=1.22.0 <2.0.0"
19+
flutter: ">=1.22.0"

packages/device_info/device_info/CHANGELOG.md

+4
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
* Announce 1.0.0.

packages/device_info/device_info/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: device_info
22
description: Flutter plugin providing detailed information about the device
33
(make, model, etc.), and Android or iOS version the app is running on.
44
homepage: https://github.com/flutter/plugins/tree/master/packages/device_info
5-
version: 1.0.0
5+
version: 1.0.1
66

77
flutter:
88
plugin:
@@ -26,4 +26,4 @@ dev_dependencies:
2626

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

packages/device_info/device_info_platform_interface/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.2
2+
3+
- Update Flutter SDK constraint.
4+
15
## 1.0.1
26

37
- Documentation typo fixed.

packages/device_info/device_info_platform_interface/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: A common platform interface for the device_info plugin.
33
homepage: https://github.com/flutter/plugins/tree/master/packages/device_info
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.1
6+
version: 1.0.2
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/espresso/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.0.1+9
2+
3+
* Update Flutter SDK constraint.
4+
15
## 0.0.1+8
26

37
* Android: Handle deprecation & unchecked warning as error.

packages/espresso/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: espresso
22
description: Java classes for testing Flutter apps using Espresso.
3-
version: 0.0.1+8
3+
version: 0.0.1+9
44
homepage: https://github.com/flutter/plugins/espresso
55

66
environment:
77
sdk: ">=2.1.0 <3.0.0"
8-
flutter: ">=1.10.0 <2.0.0"
8+
flutter: ">=1.10.0"
99

1010
dependencies:
1111
flutter:
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.7.0+1
2+
3+
* Update Flutter SDK constraint.
4+
15
## 0.7.0
26

37
* Initial Open Source release.

packages/file_selector/file_selector/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: file_selector
22
description: Flutter plugin for opening and saving files.
33
homepage: https://github.com/flutter/plugins/tree/master/packages/file_selector/file_selector
4-
version: 0.7.0
4+
version: 0.7.0+1
55

66
dependencies:
77
flutter:
@@ -18,4 +18,4 @@ dev_dependencies:
1818

1919
environment:
2020
sdk: ">=2.1.0 <3.0.0"
21-
flutter: ">=1.12.13+hotfix.5 <2.0.0"
21+
flutter: ">=1.12.13+hotfix.5"

packages/file_selector/file_selector_platform_interface/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.3
2+
3+
* Update Flutter SDK constraint.
4+
15
## 1.0.2
26

37
* Replace locally defined `XFile` types with the versions from the [cross_file](https://pub.dev/packages/cross_file) package.

packages/file_selector/file_selector_platform_interface/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: A common platform interface for the file_selector plugin.
33
homepage: https://github.com/flutter/plugins/tree/master/packages/file_selector/file_selector_platform_interface
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.2
6+
version: 1.0.3
77

88
dependencies:
99
flutter:
@@ -22,4 +22,4 @@ dev_dependencies:
2222

2323
environment:
2424
sdk: ">=2.1.0 <3.0.0"
25-
flutter: ">=1.9.1+hotfix.4 <2.0.0"
25+
flutter: ">=1.9.1+hotfix.4"

packages/flutter_plugin_android_lifecycle/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.12
2+
3+
* Update Flutter SDK constraint.
4+
15
## 1.0.11
26

37
* Keep handling deprecated Android v1 classes for backward compatibility.

packages/flutter_plugin_android_lifecycle/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: flutter_plugin_android_lifecycle
22
description: Flutter plugin for accessing an Android Lifecycle within other plugins.
3-
version: 1.0.11
3+
version: 1.0.12
44
homepage: https://github.com/flutter/plugins/tree/master/packages/flutter_plugin_android_lifecycle
55

66
environment:
77
sdk: ">=2.1.0 <3.0.0"
8-
flutter: ">=1.12.13 <2.0.0"
8+
flutter: ">=1.12.13"
99

1010
dependencies:
1111
flutter:

packages/google_maps_flutter/google_maps_flutter/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.8
2+
3+
* Update Flutter SDK constraint.
4+
15
## 1.0.7
26

37
* Android: Handle deprecation & unchecked warning as error.

packages/google_maps_flutter/google_maps_flutter/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: google_maps_flutter
22
description: A Flutter plugin for integrating Google Maps in iOS and Android applications.
33
homepage: https://github.com/flutter/plugins/tree/master/packages/google_maps_flutter/google_maps_flutter
4-
version: 1.0.7
4+
version: 1.0.8
55

66
dependencies:
77
flutter:
@@ -33,4 +33,4 @@ flutter:
3333

3434
environment:
3535
sdk: ">=2.1.0 <3.0.0"
36-
flutter: ">=1.22.0 <2.0.0"
36+
flutter: ">=1.22.0"

0 commit comments

Comments
 (0)