google_identity_services_web 0.2.1
google_identity_services_web: ^0.2.1 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.1 #
- Relaxes the
renderButtonAPI so any JS-Interop Object can be itstarget. - Exposes the
Button*configuration enums, so the rendered button can be configured.
0.2.0 #
- Adds
renderButtonAPI 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.mdwith the new way ofimporting the desired libraries.
0.1.1 #
- Add optional
scopetoOverridableTokenClientConfigobject. - Mark some callbacks as optional properly.
0.1.0 #
- Initial release.