flutter-institute / webauthn

A plugin to handle webauthn login
BSD 3-Clause "New" or "Revised" License
16 stars 8 forks source link

Unable to run example #10

Closed Talal0 closed 1 year ago

Talal0 commented 1 year ago

I'm unable to run this example on my android device it shows an error main.dart is not found

killermonk commented 1 year ago

Can you give me a little more details on what command you're running, from where, etc?

killermonk commented 1 year ago

Closing due to inactivity

killermonk commented 1 year ago

I think I may understand the issue you ran in to. To run the example app, you need to cd example first, then do your flutter run command to start the example.

If you try to use flutter run at the root of the repo, nothing will happen, because this is a plugin and not an app.