Skip to content

Commit cdf6d37

Browse files
mit-mitadsonpleal
authored andcommitted
[i-p] Update Flutter SDK constraint (flutter#3322)
Update Flutter SDK constraint to match templates.
1 parent 1a8a9bd commit cdf6d37

File tree

26 files changed

+78
-28
lines changed

26 files changed

+78
-28
lines changed

packages/image_picker/image_picker/CHANGELOG.md

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

37
* Fix element type in XCUITests to look for staticText type when searching for texts.

packages/image_picker/image_picker/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: image_picker
22
description: Flutter plugin for selecting images from the Android and iOS image
33
library, and taking new pictures with the camera.
44
homepage: https://github.com/flutter/plugins/tree/master/packages/image_picker/image_picker
5-
version: 0.6.7+15
5+
version: 0.6.7+16
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.10.0 <2.0.0"
32+
flutter: ">=1.10.0"

packages/image_picker/image_picker_for_web/CHANGELOG.md

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

37
* Adds Video MIME Types for the safari browser for acception

packages/image_picker/image_picker_for_web/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/image_picker/i
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.0+2
7+
version: 0.1.0+3
88

99
flutter:
1010
plugin:
@@ -29,4 +29,4 @@ dev_dependencies:
2929

3030
environment:
3131
sdk: ">=2.5.0 <3.0.0"
32-
flutter: ">=1.10.0 <2.0.0"
32+
flutter: ">=1.10.0"

packages/image_picker/image_picker_platform_interface/CHANGELOG.md

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

37
* Pass `Uri`s to `package:http` methods, instead of strings, in preparation for a major version update in `http`.

packages/image_picker/image_picker_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 image_picker plugin.
33
homepage: https://github.com/flutter/plugins/tree/master/packages/image_picker/image_picker_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.1.4
6+
version: 1.1.5
77

88
dependencies:
99
flutter:
@@ -20,4 +20,4 @@ dev_dependencies:
2020

2121
environment:
2222
sdk: ">=2.5.0 <3.0.0"
23-
flutter: ">=1.10.0 <2.0.0"
23+
flutter: ">=1.10.0"

packages/in_app_purchase/CHANGELOG.md

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

37
* Add Dartdocs to all public APIs.

packages/in_app_purchase/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: in_app_purchase
22
description: A Flutter plugin for in-app purchases. Exposes APIs for making in-app purchases through the App Store and Google Play.
33
homepage: https://github.com/flutter/plugins/tree/master/packages/in_app_purchase
4-
version: 0.3.4+16
4+
version: 0.3.4+17
55

66
dependencies:
77
async: ^2.0.8
@@ -37,4 +37,4 @@ flutter:
3737

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

packages/integration_test/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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
* Remove usages of deprecated `List` constructor.

packages/integration_test/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: integration_test
22
description: Runs tests that use the flutter_test API as integration tests.
3-
version: 1.0.1
3+
version: 1.0.2
44
homepage: https://github.com/flutter/plugins/tree/master/packages/integration_test
55

66
environment:
77
sdk: ">=2.2.2 <3.0.0"
8-
flutter: ">=1.12.13+hotfix.5 <2.0.0"
8+
flutter: ">=1.12.13+hotfix.5"
99

1010
dependencies:
1111
flutter:

0 commit comments

Comments
 (0)