Skip to content

[google_sign_in] Add contributor setup instructions #9489

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 26, 2025
Merged
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
2 changes: 1 addition & 1 deletion packages/google_sign_in/google_sign_in/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@

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

## 6.2.2

11 changes: 11 additions & 0 deletions packages/google_sign_in/google_sign_in/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# App configuration

Manual end-to-end testing of `google_sign_in` requires configuring the example
app with an active server-side GCP project. The example app currently has
placeholder information (in files such as Info.plist and google-services.json)
corresponding to a project that no longer exists, and there is currently no
active, team-managed test project.

Before running the example app, follow the
[README's platform integration instructions](./README.md#platform-integration)
for the platform(s) you are testing.