Flutter face id loca auth

155 Views Asked by At

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.

1

There are 1 best solutions below

0
Josteve Adekanbi On

Try this in your project terminal.

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

Then try running the app.