Skip to content

Commit 0fd2851

Browse files
[google_sign_in] Add contributor setup instructions (#9489)
Adds a CONTRIBUTING.md that explains how to configure the example app for manual testing, since we don't currently maintain a central project for testing it. Also opportunistically fixes a minor latent mistake in an older CHANGELOG entry, so that the next publication will include that fix. Fixes flutter/flutter#83759 Fixes flutter/flutter#167906 ## Pre-Review Checklist [^1]: Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling.
1 parent 2e27aaf commit 0fd2851

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

packages/google_sign_in/google_sign_in/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
* Adds a sign-in field to allow Android clients to explicitly specify an account name. This
1515
capability is only available within Android for the underlying libraries.
16-
* Updates minimum supported SDK version to Flutter 3.22/Dart 3.4.
16+
* Updates minimum supported SDK version to Flutter 3.27/Dart 3.6.
1717

1818
## 6.2.2
1919

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# App configuration
2+
3+
Manual end-to-end testing of `google_sign_in` requires configuring the example
4+
app with an active server-side GCP project. The example app currently has
5+
placeholder information (in files such as Info.plist and google-services.json)
6+
corresponding to a project that no longer exists, and there is currently no
7+
active, team-managed test project.
8+
9+
Before running the example app, follow the
10+
[README's platform integration instructions](./README.md#platform-integration)
11+
for the platform(s) you are testing.

0 commit comments

Comments
 (0)