google_identity_services_web 0.2.0 google_identity_services_web: ^0.2.0 copied to clipboard
A Dart JS-interop layer for Google Identity Services. Google's new sign-in SDK for Web that supports multiple types of credentials.
0.2.0 #
- Adds
renderButton
API toid.dart
. - Breaking Change: Makes JS-interop API more
dart2wasm
-friendly.- Removes external getters for function types
- Introduces an external getter for the whole libraries instead.
- Updates
README.md
with the new way ofimport
ing the desired libraries.
0.1.1 #
- Add optional
scope
toOverridableTokenClientConfig
object. - Mark some callbacks as optional properly.
0.1.0 #
- Initial release.