Saurabh Lahoti
Saurabh Lahoti
Kindly release an update with resolutions for the deprecated code warnings `w: /Users/saurabh.lahoti/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/fluttertoast-8.0.8/android/src/main/kotlin/io/github/ponnamkarthik/toast/fluttertoast/FlutterToastPlugin.kt: (16, 33): 'Registrar' is deprecated. Deprecated in Java` ``` companion object { @JvmStatic fun registerWith(registrar: Registrar) {...
Hi, I am using GoogleSignIn in my app. In debug APK after killing the app and after cold boot GoogleSignIn.getLastSignedInAccount() returns the account which was used to sign in. But...