[google_sign_in_tizen] Update to google_sign_in 7.2.0#1011
[google_sign_in_tizen] Update to google_sign_in 7.2.0#1011JSUYA wants to merge 3 commits intoflutter-tizen:masterfrom
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the google_sign_in_tizen package to version 0.2.0, aligning it with the google_sign_in 7.2.0 API and the 3.1.0 platform interface. The changes implement new initialization and authentication flows, add support for client authorization requests for additional scopes, and improve the Device Flow implementation with polling cancellation and refined error handling. The example app and documentation are updated to reflect these changes. Feedback identifies a syntax error in the example app's authentication event handler and typos in variable names across the example and integration tests.
10b2cc3 to
19b334c
Compare
19b334c to
cf67a11
Compare
|
When I tried to click 'Request Permissions' button, there is not any response or logs. |
That feature is unsupported(it seems the exception handling in the frontend example is strange). I have modified it so that the exception message is displayed correctly. I have also added more explanations about unsupported features to the README. |
google_sign_in_platform_interfaceto 3.1.0.google_sign_in7.2.0 API.authorizationForScopes,authorizeScopes, andauthorizationHeadersfor Device Flow allowed scopes.#1010