- Update Flutter SDK constraint.
- Throw PlatformExceptions from where the GMaps SDK may throw exceptions:
init()andsignIn(). - Add two new JS-interop types to be able to unwrap JS errors in release mode.
- Align the fields of the thrown PlatformExceptions with the mobile version.
- Migrate tests to run with
flutter drive
- Update package:e2e reference to use the local version in the flutter/plugins repository.
- Remove Android folder from
google_sign_in_web.
- Ensure the web code returns
nullwhen the user is not signed in, instead of anull-objectUser. Fixes issue 52338.
- Add support for methods introduced in
google_sign_in_platform_interface1.1.0.
- Remove all
fakeConstructor$from the generated facade. JS interop classes do not support non-external constructors.
- Make the pedantic dev_dependency explicit.
- Updated documentation with more instructions about Google Sign In web setup.
- Fix initialization error that causes flutter/flutter#48527
- Throw a PlatformException when there's an initialization problem (like wrong server-side config).
- Throw a StateError when checking .initialized before calling .init()
- Update setup instructions in the README.
- Add a non-op Android implementation to avoid a flaky Gradle issue.
- Require Flutter SDK 1.12.13+hotfix.4 or greater.
- Remove the deprecated
author:field from pubspec.yaml - Require Flutter SDK 1.10.0 or greater.
- Add missing documentation.
- Add podspec to enable compilation on iOS.
- Flutter for web initial release