From 1a5ecd8a90d706d574a5b64f72c7f5d4b6c8d898 Mon Sep 17 00:00:00 2001 From: Mehmet Fidanboylu Date: Sat, 23 Nov 2019 12:41:15 -0800 Subject: [PATCH 1/2] Switch away from quiver_hashcode --- .../google_sign_in_platform_interface/lib/src/types.dart | 2 +- .../google_sign_in_platform_interface/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/google_sign_in/google_sign_in_platform_interface/lib/src/types.dart b/packages/google_sign_in/google_sign_in_platform_interface/lib/src/types.dart index 98b73c0667f2..44f0b30de5f8 100644 --- a/packages/google_sign_in/google_sign_in_platform_interface/lib/src/types.dart +++ b/packages/google_sign_in/google_sign_in_platform_interface/lib/src/types.dart @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -import 'package:quiver_hashcode/hashcode.dart'; +import 'package:quiver/core.dart'; enum SignInOption { standard, games } diff --git a/packages/google_sign_in/google_sign_in_platform_interface/pubspec.yaml b/packages/google_sign_in/google_sign_in_platform_interface/pubspec.yaml index ceba7a1c516a..afc7e8f320f3 100644 --- a/packages/google_sign_in/google_sign_in_platform_interface/pubspec.yaml +++ b/packages/google_sign_in/google_sign_in_platform_interface/pubspec.yaml @@ -10,7 +10,7 @@ dependencies: flutter: sdk: flutter meta: ^1.0.5 - quiver_hashcode: ^2.0.0 + quiver: ">=2.0.0 <3.0.0" dev_dependencies: flutter_test: From 85635addc7024024ca50168ca5e24874912f1622 Mon Sep 17 00:00:00 2001 From: Mehmet Fidanboylu Date: Sat, 23 Nov 2019 12:41:55 -0800 Subject: [PATCH 2/2] Rev version --- .../google_sign_in_platform_interface/CHANGELOG.md | 4 ++++ .../google_sign_in_platform_interface/pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/google_sign_in/google_sign_in_platform_interface/CHANGELOG.md b/packages/google_sign_in/google_sign_in_platform_interface/CHANGELOG.md index 0d8803f93540..343608d89d3e 100644 --- a/packages/google_sign_in/google_sign_in_platform_interface/CHANGELOG.md +++ b/packages/google_sign_in/google_sign_in_platform_interface/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.1 + +* Switch away from quiver_hashcode. + ## 1.0.0 * Initial release. diff --git a/packages/google_sign_in/google_sign_in_platform_interface/pubspec.yaml b/packages/google_sign_in/google_sign_in_platform_interface/pubspec.yaml index afc7e8f320f3..c791b3b7daa1 100644 --- a/packages/google_sign_in/google_sign_in_platform_interface/pubspec.yaml +++ b/packages/google_sign_in/google_sign_in_platform_interface/pubspec.yaml @@ -4,7 +4,7 @@ author: Flutter Team 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.0.0 +version: 1.0.1 dependencies: flutter: