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

[google_sign_in] Migrate away from quiver_hashcode #2301

Merged
merged 2 commits into from
Nov 27, 2019
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
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.1

* Switch away from quiver_hashcode.

## 1.0.0

* Initial release.
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ author: Flutter Team <[email protected]>
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:
sdk: flutter
meta: ^1.0.5
quiver_hashcode: ^2.0.0
quiver: ">=2.0.0 <3.0.0"

dev_dependencies:
flutter_test:
Expand Down