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

Commit b8daefb

Browse files
authored
[google_sign_in_web] Update URL to google_sign_in package in README (#4346)
1 parent aa69736 commit b8daefb

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

packages/google_sign_in/google_sign_in_web/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.10.0+3
2+
3+
* Updated URL to the `google_sign_in` package in README.
4+
15
## 0.10.0+2
26

37
* Add `implements` to pubspec.

packages/google_sign_in/google_sign_in_web/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# google\_sign\_in\_web
22

3-
The web implementation of [google_sign_in](https://pub.dev/google_sign_in/google_sign_in)
3+
The web implementation of [google_sign_in](https://pub.dev/packages/google_sign_in)
44

55
## Usage
66

packages/google_sign_in/google_sign_in_web/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, iOS and Web.
44
repository: https://github.com/flutter/plugins/tree/master/packages/google_sign_in/google_sign_in_web
55
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+google_sign_in%22
6-
version: 0.10.0+2
6+
version: 0.10.0+3
77

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

0 commit comments

Comments
 (0)