google_sign_in_android 6.0.0 google_sign_in_android: ^6.0.0 copied to clipboard
Android implementation of the google_sign_in plugin.
6.0.0 #
- Deprecates
clientId
and adds support forserverClientId
instead. HistoricallyclientId
was interpreted asserverClientId
, but only on Android. On other platforms it was interpreted as the OAuthclientId
of the app. For backwards-compatibilityclientId
will still be used as a server client ID ifserverClientId
is not provided. - BREAKING CHANGES:
- Adds
serverClientId
parameter toIDelegate.init
(Java).
- Adds
5.2.8 #
- Suppresses
deprecation
warnings (for using Android V1 embedding).
5.2.7 #
- Fixes library_private_types_in_public_api, sort_child_properties_last and use_key_in_widget_constructors lint warnings.
5.2.6 #
- Switches to an internal method channel, rather than the default.
5.2.5 #
- Splits from
google_sign_in
as a federated implementation.