google_sign_in_web 0.10.0+3 google_sign_in_web: ^0.10.0+3 copied to clipboard
Flutter plugin for Google Sign-In, a secure authentication system for signing in with a Google account on Android, iOS and Web.
0.10.0+3 #
- Updated URL to the
google_sign_in
package in README.
0.10.0+2 #
- Add
implements
to pubspec.
0.10.0+1 #
- Updated installation instructions in README.
0.10.0 #
- Migrate to null-safety.
0.9.2+1 #
- Update Flutter SDK constraint.
0.9.2 #
- 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
0.9.1+2 #
- Update package:e2e reference to use the local version in the flutter/plugins repository.
0.9.1+1 #
- Remove Android folder from
google_sign_in_web
.
0.9.1 #
- Ensure the web code returns
null
when the user is not signed in, instead of anull-object
User. Fixes issue 52338.
0.9.0 #
- Add support for methods introduced in
google_sign_in_platform_interface
1.1.0.
0.8.4 #
- Remove all
fakeConstructor$
from the generated facade. JS interop classes do not support non-external constructors.
0.8.3+2 #
- Make the pedantic dev_dependency explicit.
0.8.3+1 #
- Updated documentation with more instructions about Google Sign In web setup.
0.8.3 #
- Fix initialization error that causes https://github.com/flutter/flutter/issues/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.
0.8.2+1 #
- Add a non-op Android implementation to avoid a flaky Gradle issue.
0.8.2 #
- Require Flutter SDK 1.12.13+hotfix.4 or greater.
0.8.1+2 #
- Remove the deprecated
author:
field from pubspec.yaml - Require Flutter SDK 1.10.0 or greater.
0.8.1+1 #
- Add missing documentation.
0.8.1 #
- Add podspec to enable compilation on iOS.
0.8.0 #
- Flutter for web initial release