I was trying to implement local_auth
package into my Flutter app.
in the documentation, it was mentioned that it will have to use FlutterFragmentActivity
instead of FlutterActivity
in my MainActivity class.
So I wanted to know what are the main differences between FlutterFragmentActivity
and FlutterActivity
and how both impact app's performance
?
:) as I don't want to make a change and break the app in production.