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

Commit bb604ef

Browse files
authored
[google_sign_in] Migrate away from quiver_hashcode (#2301)
1 parent 330a3e0 commit bb604ef

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.1
2+
3+
* Switch away from quiver_hashcode.
4+
15
## 1.0.0
26

37
* Initial release.

packages/google_sign_in/google_sign_in_platform_interface/lib/src/types.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5-
import 'package:quiver_hashcode/hashcode.dart';
5+
import 'package:quiver/core.dart';
66

77
enum SignInOption { standard, games }
88

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
@@ -4,13 +4,13 @@ author: Flutter Team <[email protected]>
44
homepage: https://github.com/flutter/plugins/tree/master/packages/google_sign_in/google_sign_in_platform_interface
55
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
66
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
7-
version: 1.0.0
7+
version: 1.0.1
88

99
dependencies:
1010
flutter:
1111
sdk: flutter
1212
meta: ^1.0.5
13-
quiver_hashcode: ^2.0.0
13+
quiver: ">=2.0.0 <3.0.0"
1414

1515
dev_dependencies:
1616
flutter_test:

0 commit comments

Comments
 (0)