Thanks to visit codestin.com
Credit goes to github.com

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

Commit 316afbf

Browse files
🔀 Fix merge conflict with master. Update version number and override serverAuthCode in test
1 parent d25857f commit 316afbf

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

‎packages/google_sign_in/google_sign_in/CHANGELOG.md‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 5.2.1
2+
3+
Change the placeholder of the GoogleUserCircleAvatar to a transparent image.
4+
15
## 5.2.0
26

37
* Add `GoogleSignInAccount.serverAuthCode`. Mark `GoogleSignInAuthentication.serverAuthCode` as deprecated.

‎packages/google_sign_in/google_sign_in/pubspec.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Flutter plugin for Google Sign-In, a secure authentication system
33
for signing in with a Google account on Android and iOS.
44
repository: https://github.com/flutter/plugins/tree/master/packages/google_sign_in/google_sign_in
55
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+google_sign_in%22
6-
version: 5.2.0
6+
version: 5.2.1
77

88
environment:
99
sdk: ">=2.14.0 <3.0.0"

‎packages/google_sign_in/google_sign_in/test/widgets_test.dart‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ class _TestGoogleIdentity extends GoogleIdentity {
2525

2626
@override
2727
String? get displayName => null;
28+
29+
@override
30+
String? get serverAuthCode => null;
2831
}
2932

3033
/// A mocked [HttpClient] which always returns a [_MockHttpRequest].

0 commit comments

Comments
 (0)