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

Remove a wrong assertion. #665

Merged
merged 4 commits into from
Aug 28, 2018
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/google_sign_in/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.0.6

* Remove flaky displayName assertion

## 3.0.5

* Added missing http package dependency.
Expand Down
1 change: 0 additions & 1 deletion packages/google_sign_in/lib/google_sign_in.dart
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ class GoogleSignInAccount implements GoogleIdentity {
id = data['id'],
photoUrl = data['photoUrl'],
_idToken = data['idToken'] {
assert(displayName != null);
assert(id != null);
}

Expand Down
2 changes: 1 addition & 1 deletion packages/google_sign_in/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Flutter plugin for Google Sign-In, a secure authentication system
for signing in with a Google account on Android and iOS.
author: Flutter Team <[email protected]>
homepage: https://github.com/flutter/plugins/tree/master/packages/google_sign_in
version: 3.0.5
version: 3.0.6

flutter:
plugin:
Expand Down