无弹窗指纹认证【Flutter】

Fingerpint Authentication without pop-up dialog [Flutter]

我正在使用 local_auth 库进行指纹验证。有什么方法可以在没有任何弹出对话框的情况下对用户进行身份验证,只在打开页面时收听身份验证(在 initState 初始化)

Invisible Authentication 中有一个插件可能正是您想要的。没有用于身份验证的弹出对话框。

希望对您有所帮助。