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.
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.
Copyright © 2021 Jogjafile Inc.
Try this in your project terminal.
cd iospod reintegratepod installcd ..flutter pub getThen try running the app.