Skip to content

Commit 0251017

Browse files
authored
[q-w] Update Flutter SDK constraint (flutter#3323)
Update Flutter SDK constraint to match templates.
1 parent 2cca4fe commit 0251017

File tree

42 files changed

+127
-43
lines changed

Some content is hidden

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

42 files changed

+127
-43
lines changed

packages/quick_actions/CHANGELOG.md

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

37
* Update android compileSdkVersion to 29.

packages/quick_actions/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: quick_actions
22
description: Flutter plugin for creating shortcuts on home screen, also known as
33
Quick Actions on iOS and App Shortcuts on Android.
44
homepage: https://github.com/flutter/plugins/tree/master/packages/quick_actions
5-
version: 0.4.0+10
5+
version: 0.4.0+11
66

77
flutter:
88
plugin:
@@ -29,4 +29,4 @@ dev_dependencies:
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/sensors/CHANGELOG.md

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

37
* Update android compileSdkVersion to 29.

packages/sensors/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ homepage: https://github.com/flutter/plugins/tree/master/packages/sensors
55
# 0.4.y+z is compatible with 1.0.0, if you land a breaking change bump
66
# the version to 2.0.0.
77
# See more details: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0
8-
version: 0.4.2+6
8+
version: 0.4.2+7
99

1010
flutter:
1111
plugin:
@@ -31,4 +31,4 @@ dev_dependencies:
3131

3232
environment:
3333
sdk: ">=2.1.0<3.0.0"
34-
flutter: ">=1.12.13+hotfix.5 <2.0.0"
34+
flutter: ">=1.12.13+hotfix.5"

packages/share/CHANGELOG.md

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

37
* Fix iPad share window not showing when `origin` is null.

packages/share/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ homepage: https://github.com/flutter/plugins/tree/master/packages/share
55
# 0.6.y+z is compatible with 1.0.0, if you land a breaking change bump
66
# the version to 2.0.0.
77
# See more details: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0
8-
version: 0.6.5+4
8+
version: 0.6.5+5
99

1010
flutter:
1111
plugin:
@@ -33,4 +33,4 @@ dev_dependencies:
3333

3434
environment:
3535
sdk: ">=2.1.0 <3.0.0"
36-
flutter: ">=1.12.13+hotfix.5 <2.0.0"
36+
flutter: ">=1.12.13+hotfix.5"

packages/shared_preferences/shared_preferences/CHANGELOG.md

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

37
* Update integration test examples to use `testWidgets` instead of `test`.

packages/shared_preferences/shared_preferences/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ homepage: https://github.com/flutter/plugins/tree/master/packages/shared_prefere
55
# 0.5.y+z is compatible with 1.0.0, if you land a breaking change bump
66
# the version to 2.0.0.
77
# See more details: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0
8-
version: 0.5.13
8+
version: 0.5.13+1
99

1010
flutter:
1111
plugin:
@@ -48,4 +48,4 @@ dev_dependencies:
4848

4949
environment:
5050
sdk: ">=2.1.0 <3.0.0"
51-
flutter: ">=1.12.13+hotfix.5 <2.0.0"
51+
flutter: ">=1.12.13+hotfix.5"

packages/shared_preferences/shared_preferences_linux/CHANGELOG.md

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

37
* Update integration test examples to use `testWidgets` instead of `test`.

packages/shared_preferences/shared_preferences_linux/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: shared_preferences_linux
22
description: Linux implementation of the shared_preferences plugin
3-
version: 0.0.3
3+
version: 0.0.3+1
44
homepage: https://github.com/flutter/plugins/tree/master/packages/shared_preferences/shared_preferences_linux
55

66
flutter:
@@ -12,7 +12,7 @@ flutter:
1212

1313
environment:
1414
sdk: ">=2.1.0 <3.0.0"
15-
flutter: ">=1.12.8 <2.0.0"
15+
flutter: ">=1.12.8"
1616

1717
dependencies:
1818
file: ">=5.1.0 <7.0.0"

packages/shared_preferences/shared_preferences_macos/CHANGELOG.md

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

37
* Remove unused `test` dependency.

packages/shared_preferences/shared_preferences_macos/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: macOS implementation of the shared_preferences plugin.
33
# 0.0.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.0.1+11
6+
version: 0.0.1+12
77
homepage: https://github.com/flutter/plugins/tree/master/packages/shared_preferences/shared_preferences_macos
88

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

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

1919
dependencies:
2020
shared_preferences_platform_interface: ^1.0.0

packages/shared_preferences/shared_preferences_platform_interface/CHANGELOG.md

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

37
* Update lower bound of dart dependency to 2.1.0.

packages/shared_preferences/shared_preferences_platform_interface/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: shared_preferences_platform_interface
22
description: A common platform interface for the shared_preferences plugin.
33
homepage: https://github.com/flutter/plugins/tree/master/packages/shared_preferences/shared_preferences_platform_interface
4-
version: 1.0.4
4+
version: 1.0.5
55

66
dependencies:
77
meta: ^1.0.4
@@ -15,4 +15,4 @@ dev_dependencies:
1515

1616
environment:
1717
sdk: ">=2.1.0 <3.0.0"
18-
flutter: ">=1.12.8 <2.0.0"
18+
flutter: ">=1.12.8"

packages/shared_preferences/shared_preferences_web/CHANGELOG.md

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

37
* Removed Android folder from `shared_preferences_web`.

packages/shared_preferences/shared_preferences_web/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/shared_prefere
44
# 0.1.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.1.2+7
7+
version: 0.1.2+8
88

99
flutter:
1010
plugin:
@@ -28,4 +28,4 @@ dev_dependencies:
2828

2929
environment:
3030
sdk: ">=2.1.0 <3.0.0"
31-
flutter: ">=1.12.13+hotfix.4 <2.0.0"
31+
flutter: ">=1.12.13+hotfix.4"

packages/shared_preferences/shared_preferences_windows/CHANGELOG.md

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

37
* Update integration test examples to use `testWidgets` instead of `test`.

packages/shared_preferences/shared_preferences_windows/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: shared_preferences_windows
22
description: Windows implementation of shared_preferences
33
homepage: https://github.com/flutter/plugins/tree/master/packages/shared_preferences/shared_preferences_windows
4-
version: 0.0.2
4+
version: 0.0.2+1
55

66
flutter:
77
plugin:
@@ -12,7 +12,7 @@ flutter:
1212

1313
environment:
1414
sdk: ">=2.1.0 <3.0.0"
15-
flutter: ">=1.12.8 <2.0.0"
15+
flutter: ">=1.12.8"
1616

1717
dependencies:
1818
shared_preferences_platform_interface: ^1.0.0

packages/url_launcher/url_launcher/CHANGELOG.md

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

37
* Updated code sample in `README.md`

packages/url_launcher/url_launcher/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: url_launcher
22
description: Flutter plugin for launching a URL on Android and iOS. Supports
33
web, phone, SMS, and email schemes.
44
homepage: https://github.com/flutter/plugins/tree/master/packages/url_launcher/url_launcher
5-
version: 5.7.12
5+
version: 5.7.13
66

77
flutter:
88
plugin:
@@ -45,4 +45,4 @@ dev_dependencies:
4545

4646
environment:
4747
sdk: ">=2.1.0 <3.0.0"
48-
flutter: ">=1.12.13+hotfix.5 <2.0.0"
48+
flutter: ">=1.12.13+hotfix.5"

packages/url_launcher/url_launcher_linux/CHANGELOG.md

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

37
* Update integration test examples to use `testWidgets` instead of `test`.

packages/url_launcher/url_launcher_linux/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: url_launcher_linux
22
description: Linux implementation of the url_launcher plugin.
3-
version: 0.0.2
3+
version: 0.0.2+1
44
homepage: https://github.com/flutter/plugins/tree/master/packages/url_launcher/url_launcher_linux
55

66
flutter:
@@ -11,7 +11,7 @@ flutter:
1111

1212
environment:
1313
sdk: ">=2.1.0 <3.0.0"
14-
flutter: ">=1.12.8 <2.0.0"
14+
flutter: ">=1.12.8"
1515

1616
dependencies:
1717
flutter:

packages/url_launcher/url_launcher_macos/CHANGELOG.md

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

37
* Update integration test examples to use `testWidgets` instead of `test`.

packages/url_launcher/url_launcher_macos/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: macOS implementation of the url_launcher plugin.
33
# 0.0.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.0.2
6+
version: 0.0.2+1
77
homepage: https://github.com/flutter/plugins/tree/master/packages/url_launcher/url_launcher_macos
88

99
flutter:
@@ -15,7 +15,7 @@ flutter:
1515

1616
environment:
1717
sdk: ">=2.1.0 <3.0.0"
18-
flutter: ">=1.12.8 <2.0.0"
18+
flutter: ">=1.12.8"
1919

2020
dependencies:
2121
flutter:

packages/url_launcher/url_launcher_platform_interface/CHANGELOG.md

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

37
* Laid the groundwork for introducing a Link widget.

packages/url_launcher/url_launcher_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 url_launcher plugin.
33
homepage: https://github.com/flutter/plugins/tree/master/packages/url_launcher/url_launcher_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.9
6+
version: 1.0.10
77

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

2020
environment:
2121
sdk: ">=2.1.0 <3.0.0"
22-
flutter: ">=1.22.0 <2.0.0"
22+
flutter: ">=1.22.0"

packages/url_launcher/url_launcher_web/CHANGELOG.md

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

37
- Substitute `undefined_prefixed_name: ignore` analyzer setting by a `dart:ui` shim with conditional exports. [Issue](https://github.com/flutter/flutter/issues/69309).

packages/url_launcher/url_launcher_web/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/url_launcher/u
44
# 0.1.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.1.5+1
7+
version: 0.1.5+2
88

99
flutter:
1010
plugin:
@@ -32,4 +32,4 @@ dev_dependencies:
3232

3333
environment:
3434
sdk: ">=2.2.0 <3.0.0"
35-
flutter: ">=1.10.0 <2.0.0"
35+
flutter: ">=1.10.0"

packages/url_launcher/url_launcher_windows/CHANGELOG.md

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

37
* Update integration test examples to use `testWidgets` instead of `test`.

packages/url_launcher/url_launcher_windows/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Windows implementation of the url_launcher plugin.
33
# 0.0.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.0.2
6+
version: 0.0.2+1
77
homepage: https://github.com/flutter/plugins/tree/master/packages/url_launcher/url_launcher_windows
88

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

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

1919
dependencies:
2020
flutter:

packages/video_player/video_player/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
* Android: Dispose video players when app is closed.

packages/video_player/video_player/pubspec.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: video_player
22
description: Flutter plugin for displaying inline video with other Flutter
33
widgets on Android, iOS, and web.
4-
version: 1.0.1
4+
version: 1.0.2
55
homepage: https://github.com/flutter/plugins/tree/master/packages/video_player/video_player
66

77
flutter:
@@ -24,7 +24,7 @@ dependencies:
2424
# validation, so we set a ^ constraint.
2525
# TODO(amirh): Revisit this (either update this part in the design or the pub tool).
2626
# https://github.com/flutter/flutter/issues/46264
27-
video_player_web: '>=0.1.4 <2.0.0'
27+
video_player_web: ">=0.1.4 <2.0.0"
2828

2929
flutter:
3030
sdk: flutter
@@ -37,4 +37,4 @@ dev_dependencies:
3737

3838
environment:
3939
sdk: ">=2.8.0 <3.0.0"
40-
flutter: ">=1.12.13+hotfix.5 <2.0.0"
40+
flutter: ">=1.12.13+hotfix.5"

0 commit comments

Comments
 (0)