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

Update Flutter SDK constraint to match templates; plugins D-G #3321

Merged
merged 1 commit into from
Dec 11, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/device_info/device_info/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.1

* Update Flutter SDK constraint.

## 1.0.0

* Announce 1.0.0.
Expand Down
4 changes: 2 additions & 2 deletions packages/device_info/device_info/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: device_info
description: Flutter plugin providing detailed information about the device
(make, model, etc.), and Android or iOS version the app is running on.
homepage: https://github.com/flutter/plugins/tree/master/packages/device_info
version: 1.0.0
version: 1.0.1

flutter:
plugin:
Expand All @@ -26,4 +26,4 @@ dev_dependencies:

environment:
sdk: ">=2.1.0<3.0.0"
flutter: ">=1.12.13+hotfix.5 <2.0.0"
flutter: ">=1.12.13+hotfix.5"
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.2

- Update Flutter SDK constraint.

## 1.0.1

- Documentation typo fixed.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A common platform interface for the device_info plugin.
homepage: https://github.com/flutter/plugins/tree/master/packages/device_info
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
version: 1.0.1
version: 1.0.2

dependencies:
flutter:
Expand All @@ -19,4 +19,4 @@ dev_dependencies:

environment:
sdk: ">=2.7.0 <3.0.0"
flutter: ">=1.9.1+hotfix.4 <2.0.0"
flutter: ">=1.9.1+hotfix.4"
4 changes: 4 additions & 0 deletions packages/espresso/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.1+9

* Update Flutter SDK constraint.

## 0.0.1+8

* Android: Handle deprecation & unchecked warning as error.
Expand Down
4 changes: 2 additions & 2 deletions packages/espresso/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: espresso
description: Java classes for testing Flutter apps using Espresso.
version: 0.0.1+8
version: 0.0.1+9
homepage: https://github.com/flutter/plugins/espresso

environment:
sdk: ">=2.1.0 <3.0.0"
flutter: ">=1.10.0 <2.0.0"
flutter: ">=1.10.0"

dependencies:
flutter:
Expand Down
4 changes: 4 additions & 0 deletions packages/file_selector/file_selector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.7.0+1

* Update Flutter SDK constraint.

## 0.7.0

* Initial Open Source release.
4 changes: 2 additions & 2 deletions packages/file_selector/file_selector/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: file_selector
description: Flutter plugin for opening and saving files.
homepage: https://github.com/flutter/plugins/tree/master/packages/file_selector/file_selector
version: 0.7.0
version: 0.7.0+1

dependencies:
flutter:
Expand All @@ -18,4 +18,4 @@ dev_dependencies:

environment:
sdk: ">=2.1.0 <3.0.0"
flutter: ">=1.12.13+hotfix.5 <2.0.0"
flutter: ">=1.12.13+hotfix.5"
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.3

* Update Flutter SDK constraint.

## 1.0.2

* Replace locally defined `XFile` types with the versions from the [cross_file](https://pub.dev/packages/cross_file) package.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A common platform interface for the file_selector plugin.
homepage: https://github.com/flutter/plugins/tree/master/packages/file_selector/file_selector_platform_interface
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
version: 1.0.2
version: 1.0.3

dependencies:
flutter:
Expand All @@ -22,4 +22,4 @@ dev_dependencies:

environment:
sdk: ">=2.1.0 <3.0.0"
flutter: ">=1.9.1+hotfix.4 <2.0.0"
flutter: ">=1.9.1+hotfix.4"
4 changes: 4 additions & 0 deletions packages/flutter_plugin_android_lifecycle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.12

* Update Flutter SDK constraint.

## 1.0.11

* Keep handling deprecated Android v1 classes for backward compatibility.
Expand Down
4 changes: 2 additions & 2 deletions packages/flutter_plugin_android_lifecycle/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: flutter_plugin_android_lifecycle
description: Flutter plugin for accessing an Android Lifecycle within other plugins.
version: 1.0.11
version: 1.0.12
homepage: https://github.com/flutter/plugins/tree/master/packages/flutter_plugin_android_lifecycle

environment:
sdk: ">=2.1.0 <3.0.0"
flutter: ">=1.12.13 <2.0.0"
flutter: ">=1.12.13"

dependencies:
flutter:
Expand Down
4 changes: 4 additions & 0 deletions packages/google_maps_flutter/google_maps_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.8

* Update Flutter SDK constraint.

## 1.0.7

* Android: Handle deprecation & unchecked warning as error.
Expand Down
4 changes: 2 additions & 2 deletions packages/google_maps_flutter/google_maps_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: google_maps_flutter
description: A Flutter plugin for integrating Google Maps in iOS and Android applications.
homepage: https://github.com/flutter/plugins/tree/master/packages/google_maps_flutter/google_maps_flutter
version: 1.0.7
version: 1.0.8

dependencies:
flutter:
Expand Down Expand Up @@ -33,4 +33,4 @@ flutter:

environment:
sdk: ">=2.1.0 <3.0.0"
flutter: ">=1.22.0 <2.0.0"
flutter: ">=1.22.0"
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.6

* Update Flutter SDK constraint.

## 1.0.5

* Temporarily add a `fromJson` constructor to `BitmapDescriptor` so serialized descriptors can be synchronously re-hydrated. This will be removed when a fix for [this issue](https://github.com/flutter/flutter/issues/70330) lands.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A common platform interface for the google_maps_flutter plugin.
homepage: https://github.com/flutter/plugins/tree/master/packages/google_maps_flutter/google_maps_flutter_platform_interface
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
version: 1.0.5
version: 1.0.6

dependencies:
flutter:
Expand All @@ -20,4 +20,4 @@ dev_dependencies:

environment:
sdk: ">=2.3.0 <3.0.0"
flutter: ">=1.9.1+hotfix.4 <2.0.0"
flutter: ">=1.9.1+hotfix.4"
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.0+9

* Update Flutter SDK constraint.

## 0.1.0+8

* Update `package:google_maps_flutter_platform_interface` to `^1.0.5`.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: google_maps_flutter_web
description: Web platform implementation of google_maps_flutter
homepage: https://github.com/flutter/plugins/tree/master/packages/google_maps_flutter
version: 0.1.0+8
version: 0.1.0+9

flutter:
plugin:
Expand Down Expand Up @@ -33,4 +33,4 @@ dev_dependencies:

environment:
sdk: ">=2.3.0 <3.0.0"
flutter: ">=1.10.0 <2.0.0"
flutter: ">=1.10.0"
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.2

* Update Flutter SDK constraint.

## 1.0.1

* Update android compileSdkVersion to 29.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

name: extension_google_sign_in_as_googleapis_auth
description: A bridge package between google_sign_in and googleapis_auth, to create Authenticated Clients from google_sign_in user credentials.
version: 1.0.1
version: 1.0.2
homepage: https://github.com/flutter/plugins/google_sign_in/extension_google_sign_in_as_googleapis_auth

dependencies:
Expand All @@ -25,4 +25,4 @@ dev_dependencies:

environment:
sdk: ">=2.7.0 <3.0.0"
flutter: ">=1.12.13+hotfix.4 <2.0.0"
flutter: ">=1.12.13+hotfix.4"
4 changes: 4 additions & 0 deletions packages/google_sign_in/google_sign_in/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.5.7

* Update Flutter SDK constraint.

## 4.5.6

* Fix deprecated member warning in tests.
Expand Down
4 changes: 2 additions & 2 deletions packages/google_sign_in/google_sign_in/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: google_sign_in
description: Flutter plugin for Google Sign-In, a secure authentication system
for signing in with a Google account on Android and iOS.
homepage: https://github.com/flutter/plugins/tree/master/packages/google_sign_in/google_sign_in
version: 4.5.6
version: 4.5.7

flutter:
plugin:
Expand Down Expand Up @@ -39,4 +39,4 @@ dev_dependencies:

environment:
sdk: ">=2.1.0 <3.0.0"
flutter: ">=1.12.13+hotfix.4 <2.0.0"
flutter: ">=1.12.13+hotfix.4"
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.3

* Update Flutter SDK constraint.

## 1.1.2

* Update lower bound of dart dependency to 2.1.0.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A common platform interface for the google_sign_in plugin.
homepage: https://github.com/flutter/plugins/tree/master/packages/google_sign_in/google_sign_in_platform_interface
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
version: 1.1.2
version: 1.1.3

dependencies:
flutter:
Expand All @@ -19,4 +19,4 @@ dev_dependencies:

environment:
sdk: ">=2.1.0 <3.0.0"
flutter: ">=1.10.0 <2.0.0"
flutter: ">=1.10.0"
4 changes: 4 additions & 0 deletions packages/google_sign_in/google_sign_in_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.9.2+1

* Update Flutter SDK constraint.

## 0.9.2

* Throw PlatformExceptions from where the GMaps SDK may throw exceptions: `init()` and `signIn()`.
Expand Down
4 changes: 2 additions & 2 deletions packages/google_sign_in/google_sign_in_web/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: google_sign_in_web
description: Flutter plugin for Google Sign-In, a secure authentication system
for signing in with a Google account on Android, iOS and Web.
homepage: https://github.com/flutter/plugins/tree/master/packages/google_sign_in/google_sign_in_web
version: 0.9.2
version: 0.9.2+1

flutter:
plugin:
Expand Down Expand Up @@ -31,4 +31,4 @@ dev_dependencies:

environment:
sdk: ">=2.6.0 <3.0.0"
flutter: ">=1.12.13+hotfix.4 <2.0.0"
flutter: ">=1.12.13+hotfix.4"