Skip to content
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
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
Expand Up @@ -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

Expand Down
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.