简体   繁体   中英

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.

Please help me.

Try this in your project terminal.

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

Then try running the app.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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