yourfriendken / local_auth_device_credentials

BSD 3-Clause "New" or "Revised" License
5 stars 7 forks source link

localAuth.authenticate giving output as false #4

Closed Renatinaveen closed 3 years ago

Renatinaveen commented 3 years ago

In the example project the authenticated = await auth.authenticate( localizedReason: 'Let OS determine authentication method', useErrorDialogs: true, stickyAuth: true, ); setState(() { _authorized = authenticated ? 'Authorized' : 'Not Authorized'; }); It's always Not authorized.