Skip to content

Commit 5128c84

Browse files
mit-mitamantoux
authored andcommitted
[q-w] Update Flutter SDK constraint (flutter#3323)
Update Flutter SDK constraint to match templates.
1 parent b0adea1 commit 5128c84

File tree

42 files changed

+120
-81
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

+120
-81
lines changed

packages/quick_actions/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 4 additions & 0 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 4 additions & 0 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 4 additions & 0 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 4 additions & 0 deletions
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

Lines changed: 2 additions & 2 deletions
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"

0 commit comments

Comments
 (0)