We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
biometric plugin wont work on desktop.
is there a way to compile for desktop then ?
Or create two flutter apps and:
not sure what architectural strategy to employ. Maybe IOC ( inversion of control) pattern with something like dio ?
The text was updated successfully, but these errors were encountered:
You can use conditional imports for web. But for desktop you can create a desktop plugin. What doesn’t compile?
Sorry, something went wrong.
updating example. Fixes #24 #26 #27
55ac5ac
No branches or pull requests
biometric plugin wont work on desktop.
is there a way to compile for desktop then ?
Or create two flutter apps and:
not sure what architectural strategy to employ. Maybe IOC ( inversion of control) pattern with something like dio ?
The text was updated successfully, but these errors were encountered: