flutter_web_auth
flutter_web_auth copied to clipboard
Flutter plugin for authenticating a user with a web service
e: file:///C:/Users/hp/AppData/Local/Pub/Cache/hosted/pub.dev/flutter_web_auth_2-3.1.2/android/src/main/kotlin/com/linusu/flutter_web_auth_2/FlutterWebAuth2Plugin.kt:15:48 Unresolved reference: Registrar e: file:///C:/Users/hp/AppData/Local/Pub/Cache/hosted/pub.dev/flutter_web_auth_2-3.1.2/android/src/main/kotlin/com/linusu/flutter_web_auth_2/FlutterWebAuth2Plugin.kt:21:5 This annotation is not applicable to target 'class' FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':flutter_web_auth_2:compileDebugKotlin'....
Issue: `PlatformException(Unimplemented, null, The flutter_web_auth plugin for web doesn't implement the method 'cleanUpDanglingCalls', null)` is thrown for flutter web app. This pull request includes a small change to the `lib/flutter_web_auth_web.dart`...
Hi, Is there a way to clear the cached / Downloaded page from Custom Tabs. After implementing the plugin, we found that if a page gets downloaded for a particular...