Skip to content

google_sign_in_android-v6.1.35

@stuartmorgan stuartmorgan tagged this 18 Feb 01:11
Replaces manual offloading of some method implementations to a
background task queue with just using the new method channel task queue
system to have those methods be called on a background queue
automatically.

This simplifies the code, and also allows removing the Guava dependency with
a couple of other minor changes:
- Replaces `Joiner` with Java 8's `String.join`.
- Replaces `Strings.isEmptyOrNull` with a local helper method.

Fixes https://github.com/flutter/flutter/issues/13991
Assets 2
Loading