diff --git a/packages/google_sign_in/google_sign_in/CHANGELOG.md b/packages/google_sign_in/google_sign_in/CHANGELOG.md index fb703941712..690fcd7aeb1 100644 --- a/packages/google_sign_in/google_sign_in/CHANGELOG.md +++ b/packages/google_sign_in/google_sign_in/CHANGELOG.md @@ -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 diff --git a/packages/google_sign_in/google_sign_in/CONTRIBUTING.md b/packages/google_sign_in/google_sign_in/CONTRIBUTING.md new file mode 100644 index 00000000000..ee6278c1b43 --- /dev/null +++ b/packages/google_sign_in/google_sign_in/CONTRIBUTING.md @@ -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.