-
Notifications
You must be signed in to change notification settings - Fork 3.5k
[gsi_interface] Introduces canAccessScopes and userDataEvents. #3635
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
Conversation
.../google_sign_in/google_sign_in_platform_interface/lib/google_sign_in_platform_interface.dart
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with nit
.../google_sign_in/google_sign_in_platform_interface/lib/google_sign_in_platform_interface.dart
Outdated
Show resolved
Hide resolved
|
Triggering a branch update to see if the "Windows" checks get unstuck. |
44c1cfd to
1d7c921
Compare
|
auto label is removed for flutter/packages, pr: 3635, due to - The status or check suite Linux plugin_tools_tests has failed. Please fix the issues identified (or deflake) before re-applying this label. |
|
My dearest autosubmit bot, please take a look at this PR :') |
…er#3635) [gsi_interface] Introduces canAccessScopes and userDataEvents.
Introduces:
canAccessScopesmethod anduserDataEventsstream to the platform_interface of the google_sign_in plugin.Default implementations:
The changes above enable the separation of Authentication and Authorization, and asynchronous sign-in operations as needed (the web needs this now).
Issues
Pre-launch Checklist
dart format.)[shared_preferences]pubspec.yamlwith an appropriate new version according to the pub versioning philosophy, or this PR is exempt from version changes.CHANGELOG.mdto add a description of the change, following repository CHANGELOG style.///).If you need help, consider asking for advice on the #hackers-new channel on Discord.