Biometric Auth

flutter biometric_auth

Fingerprint authentication flutter

20190715_204624

Getting Started

Note:- If you are using latest version of local_auth then you have to migrate android x. visit : https://flutter.dev/docs/development/packages-and-plugins/androidx-compatibility

Note: If you are getting this error- [ no fragmentactivity, local auth plugin requires activity to be a FragmentActivity., null ] then follow these steps:-

In MainActivity.java replace existing codes with these codes:

import android.os.Bundle; import io.flutter.app.FlutterActivity; import io.flutter.plugins.GeneratedPluginRegistrant; import io.flutter.app.FlutterFragmentActivity;

public class MainActivity extends FlutterFragmentActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); GeneratedPluginRegistrant.registerWith(this); } }

New
(34)
• Released: Jul 31, 2019, 03:20 PM

Biometric Auth

Author: manojkumawat003
Item was Featured Author was Featured
FREE
Biometric authentication to login. size
git clone https://github.com/manojkumawat003/biometric_auth.git