Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 3f3c545

Browse files
author
Chris Yang
authored
update lower dart bound to 2.1.0 (#2751)
1 parent 51eb63e commit 3f3c545

File tree

44 files changed

+132
-44
lines changed

Some content is hidden

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

44 files changed

+132
-44
lines changed

packages/connectivity/connectivity/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.4.8+6
2+
3+
* Update lower bound of dart dependency to 2.1.0.
4+
15
## 0.4.8+5
26

37
* Declare API stability and compatibility with `1.0.0` (more details at: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0).

packages/connectivity/connectivity/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/connectivity/c
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.8+5
8+
version: 0.4.8+6
99

1010
flutter:
1111
plugin:
@@ -37,5 +37,5 @@ dev_dependencies:
3737
pedantic: ^1.8.0
3838

3939
environment:
40-
sdk: ">=2.0.0-dev.28.0 <3.0.0"
40+
sdk: ">=2.1.0 <3.0.0"
4141
flutter: ">=1.12.13+hotfix.5 <2.0.0"

packages/connectivity/connectivity_platform_interface/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.6
2+
3+
* Update lower bound of dart dependency to 2.1.0.
4+
15
## 1.0.5
26

37
* Remove dart:io Platform checks from the MethodChannel implementation. This is

packages/connectivity/connectivity_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 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.5
6+
version: 1.0.6
77

88
dependencies:
99
flutter:
@@ -17,5 +17,5 @@ dev_dependencies:
1717
pedantic: ^1.8.0
1818

1919
environment:
20-
sdk: ">=2.0.0-dev.28.0 <3.0.0"
20+
sdk: ">=2.1.0 <3.0.0"
2121
flutter: ">=1.12.13+hotfix.5 <2.0.0"

packages/device_info/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.4.2+4
2+
3+
Update lower bound of dart dependency to 2.1.0.
4+
15
## 0.4.2+3
26

37
* Declare API stability and compatibility with `1.0.0` (more details at: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0).

packages/device_info/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/device_info
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+3
8+
version: 0.4.2+4
99

1010
flutter:
1111
plugin:
@@ -28,5 +28,5 @@ dev_dependencies:
2828
pedantic: ^1.8.0
2929

3030
environment:
31-
sdk: ">=2.0.0-dev.28.0 <3.0.0"
31+
sdk: ">=2.1.0<3.0.0"
3232
flutter: ">=1.12.13+hotfix.5 <2.0.0"

packages/google_maps_flutter/google_maps_flutter/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.5.27+2
2+
3+
* Update lower bound of dart dependency to 2.1.0.
4+
15
## 0.5.27+1
26

37
* Remove endorsement of `web` platform, it's not ready yet.

packages/google_maps_flutter/google_maps_flutter/pubspec.yaml

Lines changed: 2 additions & 2 deletions
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: 0.5.27+1
4+
version: 0.5.27+2
55

66
dependencies:
77
flutter:
@@ -30,5 +30,5 @@ flutter:
3030
pluginClass: FLTGoogleMapsPlugin
3131

3232
environment:
33-
sdk: ">=2.0.0-dev.47.0 <3.0.0"
33+
sdk: ">=2.1.0 <3.0.0"
3434
flutter: ">=1.12.13+hotfix.5 <2.0.0"

packages/google_maps_flutter/google_maps_flutter_platform_interface/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 lower bound of dart dependency to 2.1.0.
4+
15
## 1.0.1
26

37
* Initial open source release.

packages/google_maps_flutter/google_maps_flutter_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 google_maps_flutter plugin.
33
homepage: https://github.com/flutter/plugins/tree/master/packages/google_maps_flutter/google_maps_flutter_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.1
6+
version: 1.0.2
77

88
dependencies:
99
flutter:
@@ -19,5 +19,5 @@ dev_dependencies:
1919
pedantic: ^1.8.0
2020

2121
environment:
22-
sdk: ">=2.0.0-dev.28.0 <3.0.0"
22+
sdk: ">=2.1.0 <3.0.0"
2323
flutter: ">=1.9.1+hotfix.4 <2.0.0"

packages/google_sign_in/google_sign_in/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 4.4.6
2+
3+
* Update lower bound of dart dependency to 2.1.0.
4+
15
## 4.4.5
26

37
* Fix requestScopes to allow subsequent calls on Android.

packages/google_sign_in/google_sign_in/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: google_sign_in
22
description: Flutter plugin for Google Sign-In, a secure authentication system
33
for signing in with a Google account on Android and iOS.
44
homepage: https://github.com/flutter/plugins/tree/master/packages/google_sign_in/google_sign_in
5-
version: 4.4.5
5+
version: 4.4.6
66

77
flutter:
88
plugin:
@@ -37,5 +37,5 @@ dev_dependencies:
3737
e2e: ^0.2.1
3838

3939
environment:
40-
sdk: ">=2.0.0-dev.28.0 <3.0.0"
40+
sdk: ">=2.1.0 <3.0.0"
4141
flutter: ">=1.12.13+hotfix.4 <2.0.0"

packages/google_sign_in/google_sign_in_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.2
2+
3+
* Update lower bound of dart dependency to 2.1.0.
4+
15
## 1.1.1
26

37
* Add attribute serverAuthCode.

packages/google_sign_in/google_sign_in_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 google_sign_in plugin.
33
homepage: https://github.com/flutter/plugins/tree/master/packages/google_sign_in/google_sign_in_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.1
6+
version: 1.1.2
77

88
dependencies:
99
flutter:
@@ -18,5 +18,5 @@ dev_dependencies:
1818
pedantic: ^1.8.0
1919

2020
environment:
21-
sdk: ">=2.0.0-dev.28.0 <3.0.0"
21+
sdk: ">=2.1.0 <3.0.0"
2222
flutter: ">=1.10.0 <2.0.0"

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.6+2
2+
3+
* Update lower bound of dart dependency to 2.1.0.
4+
15
## 0.6.6+1
26

37
* Android: always use URI to get image/video data.

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.6+1
5+
version: 0.6.6+2
66

77
flutter:
88
plugin:
@@ -27,5 +27,5 @@ dev_dependencies:
2727
pedantic: ^1.8.0
2828

2929
environment:
30-
sdk: ">=2.0.0-dev.28.0 <3.0.0"
30+
sdk: ">=2.1.0 <3.0.0"
3131
flutter: ">=1.10.0 <2.0.0"
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.1
2+
3+
* Update lower bound of dart dependency to 2.1.0.
4+
15
## 1.0.0
26

37
* Initial release.

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.0.0
6+
version: 1.0.1
77

88
dependencies:
99
flutter:
@@ -18,5 +18,5 @@ dev_dependencies:
1818
pedantic: ^1.8.0+1
1919

2020
environment:
21-
sdk: ">=2.0.0-dev.28.0 <3.0.0"
21+
sdk: ">=2.1.0 <3.0.0"
2222
flutter: ">=1.10.0 <2.0.0"

packages/local_auth/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.6.2+2
2+
3+
* Update lower bound of dart dependency to 2.1.0.
4+
15
## 0.6.2+1
26

37
* Fix CocoaPods podspec lint warnings.

packages/local_auth/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: local_auth
22
description: Flutter plugin for Android and iOS device authentication sensors
33
such as Fingerprint Reader and Touch ID.
44
homepage: https://github.com/flutter/plugins/tree/master/packages/local_auth
5-
version: 0.6.2+1
5+
version: 0.6.2+2
66

77
flutter:
88
plugin:
@@ -30,5 +30,5 @@ dev_dependencies:
3030
pedantic: ^1.8.0
3131

3232
environment:
33-
sdk: ">=2.0.0-dev.28.0 <3.0.0"
33+
sdk: ">=2.1.0 <3.0.0"
3434
flutter: ">=1.12.13+hotfix.5 <2.0.0"

packages/package_info/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.4.0+18
2+
3+
* Update lower bound of dart dependency to 2.1.0.
4+
15
## 0.4.0+17
26

37
* Bump the minimum Flutter version to 1.12.13+hotfix.5.

packages/package_info/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/package_info
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.0+17
8+
version: 0.4.0+18
99

1010
flutter:
1111
plugin:
@@ -30,5 +30,5 @@ dev_dependencies:
3030
pedantic: ^1.8.0
3131

3232
environment:
33-
sdk: ">=2.0.0-dev.28.0 <3.0.0"
33+
sdk: ">=2.1.0 <3.0.0"
3434
flutter: ">=1.12.13+hotfix.5 <2.0.0"

packages/path_provider/path_provider/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.6.8
2+
3+
* Update lower bound of dart dependency to 2.1.0.
4+
15
## 1.6.7
26

37
* Remove Android dependencies fallback.

packages/path_provider/path_provider/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: path_provider
22
description: Flutter plugin for getting commonly used locations on the Android &
33
iOS file systems, such as the temp and app data directories.
44
homepage: https://github.com/flutter/plugins/tree/master/packages/path_provider/path_provider
5-
version: 1.6.7
5+
version: 1.6.8
66

77
flutter:
88
plugin:
@@ -35,5 +35,5 @@ dev_dependencies:
3535
plugin_platform_interface: ^1.0.0
3636

3737
environment:
38-
sdk: ">=2.0.0-dev.28.0 <3.0.0"
38+
sdk: ">=2.1.0 <3.0.0"
3939
flutter: ">=1.12.13+hotfix.5 <2.0.0"

packages/path_provider/path_provider_platform_interface/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 lower bound of dart dependency to 2.1.0.
4+
15
## 1.0.1
26

37
* Rename enum to StorageDirectory for backwards compatibility.

packages/path_provider/path_provider_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 path_provider plugin.
33
homepage: https://github.com/flutter/plugins/tree/master/packages/path_provider/path_provider_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.1
6+
version: 1.0.2
77

88
dependencies:
99
flutter:
@@ -19,5 +19,5 @@ dev_dependencies:
1919
test: any
2020

2121
environment:
22-
sdk: ">=2.0.0-dev.28.0 <3.0.0"
22+
sdk: ">=2.1.0 <3.0.0"
2323
flutter: ">=1.10.0 <2.0.0"

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+5
2+
3+
* Update lower bound of dart dependency to 2.1.0.
4+
15
## 0.4.0+4
26

37
* Bump the minimum Flutter version to 1.12.13+hotfix.5.

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+4
5+
version: 0.4.0+5
66

77
flutter:
88
plugin:
@@ -27,5 +27,5 @@ dev_dependencies:
2727
pedantic: ^1.8.0
2828

2929
environment:
30-
sdk: ">=2.0.0-dev.28.0 <3.0.0"
30+
sdk: ">=2.1.0 <3.0.0"
3131
flutter: ">=1.12.13+hotfix.5 <2.0.0"

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+1
2+
3+
* Update lower bound of dart dependency to 2.1.0.
4+
15
## 0.4.2
26

37
* Remove Android dependencies fallback.

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
8+
version: 0.4.2+1
99

1010
flutter:
1111
plugin:
@@ -29,5 +29,5 @@ dev_dependencies:
2929
pedantic: ^1.8.0
3030

3131
environment:
32-
sdk: ">=2.0.0-dev.28.0 <3.0.0"
32+
sdk: ">=2.1.0<3.0.0"
3333
flutter: ">=1.12.13+hotfix.5 <2.0.0"

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.4+2
2+
3+
* Update lower bound of dart dependency to 2.1.0.
4+
15
## 0.6.4+1
26

37
* Declare API stability and compatibility with `1.0.0` (more details at: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0).

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.4+1
8+
version: 0.6.4+2
99

1010
flutter:
1111
plugin:
@@ -30,5 +30,5 @@ dev_dependencies:
3030
pedantic: ^1.8.0
3131

3232
environment:
33-
sdk: ">=2.0.0-dev.28.0 <3.0.0"
33+
sdk: ">=2.1.0 <3.0.0"
3434
flutter: ">=1.12.13+hotfix.5 <2.0.0"

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.7+2
2+
3+
* Update lower bound of dart dependency to 2.1.0.
4+
15
## 0.5.7+1
26

37
* Declare API stability and compatibility with `1.0.0` (more details at: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0).

0 commit comments

Comments
 (0)