Tkko / flutter_smart_auth

Flutter package for listening SMS code on Android, suggesting phone number, email, saving a credential.
https://pub.dev/packages/smart_auth
MIT License
43 stars 26 forks source link

Remove downcast of Activity => FlutterActivity #1

Closed jonsheller closed 2 years ago

jonsheller commented 2 years ago

The plugin only depends on APIs from Activity, and right now fails if a class such as FlutterFragmentActivity or a custom Activity is used as the main Activity for the application.

Tkko commented 2 years ago

Thanks 👍