Tags: agent3bood/flutter-plugins
Tags
[google_sign_in] Upgrade dependency google_sign_in_web: ^0.9.1 (flutt… …er#2647) Dart dependency resolution for ^0.Y.Z versions only picks up Z changes, so the latest changes to the plugin hadn't been released to the public. This change bumps the version of the dependency to the latest ^0.9.1. Co-authored-by: David Iglesias <[email protected]>
[google_sign_in] Make the Delegate non-final to allow overriding (flu… …tter#2660) Make the Delegate non-final to allow overriding. IDelegate is not enough for v2 embedding for GoogleSignIn and 1p auth plugin because activity and activity binding have to be involved. If we keep Delegate as a field for those plugins, make Delegate non-final so that it's easier for tests to override.
[google_sign_in_web] Ensure not-signed-in users are returned as `null… …`. (flutter#2649) The core plugin assumes that a not-authenticated user is being returned as null from the platform code, but the web implementation is currently returning a null-object (as in the design pattern). This change ensures that not signed-in users are returned as null, not as an object with all its properties set to null! Co-Authored-By: Harry Terkelsen <[email protected]>
[google_sign_in_web] Ensure not-signed-in users are returned as `null… …`. (flutter#2649) The core plugin assumes that a not-authenticated user is being returned as null from the platform code, but the web implementation is currently returning a null-object (as in the design pattern). This change ensures that not signed-in users are returned as null, not as an object with all its properties set to null! Co-Authored-By: Harry Terkelsen <[email protected]>
Revert "[e2e] Replaces the check for ActivityTestRule (flutter#2633)" (… …flutter#2657) This reverts commit a811e63.
[google_sign_in] Android: Move GoogleSignInWrapper to a separate file. ( flutter#2636)
[android_intent] Adds canResolveActivity method (flutter#2598) * Adds canResolveActivity method
[google_sign_in] Migrate to Android v2 embedder. (flutter#2624)
[google_maps_flutter] Rename 'Page' in the example app to avoid type … …conflict with the Flutter Framework. (flutter#2627)
PreviousNext