Biometric Implementation Guide in Flutter + Supabase Projects
Índice1. 1. Dependencies1.1. 1.1 local_auth1.1.1. Installation1.1.2. Supported platforms1.2. 1.2 flutter_secure_storage1.2.1. Installation1.2.2. Supported platforms1.2.3. Typical usage1.3. 1.3 Secondary dependencies and adjustments1.4. 1.4 Important Note (Supabase)2. 2. Platform Adjustments2.1. 2.1 Android2.1.1. 2.1.1 Change in MainActivity2.1.1.1. Solution2.1.2. 2.1.2 Permissions in AndroidManifest.xml2.1.3. 2.1.3 SDK Compatibility2.1.4. 2.1.4 Testing on devices/emulators2.2. Summary:3. 3. Service Layer3.1. 3.1 BiometricService3.1.1. Function3.1.2. Main methods3.1.3. Simplified […]