简体   繁体   English

Flutter 人脸id loca auth

[英]Flutter face id loca auth

I am new in flutter, i try to develop face id auth using flutter (3.0.5) and local_auth: ^2.1.2, but on ios it show error "@import local_auth" not found.我是 flutter 的新手,我尝试使用 flutter (3.0.5) 和 local_auth: ^2.1.2 开发人脸 id 身份验证,但在 ios 上显示错误“@import local”未找到。

Please help me.请帮我。

Try this in your project terminal.在您的项目终端中尝试此操作。

cd ios
pod reintegrate
pod install
cd..
flutter pub get

Then try running the app.然后尝试运行该应用程序。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM