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
clientIdand adds support forserverClientIdinstead. HistoricallyclientIdwas interpreted asserverClientId, but only on Android. On other platforms it was interpreted as the OAuthclientIdof the app. For backwards-compatibilityclientIdwill still be used as a server client ID ifserverClientIdis not provided. - BREAKING CHANGES:
- Adds
serverClientIdparameter toIDelegate.init(Java).
- Adds
5.2.8 #
- Suppresses
deprecationwarnings (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_inas a federated implementation.