biometric plugin wont work on desktop.
is there a way to compile for desktop then ?
Or create two flutter apps and:
- then at runtime detect if you on mobile and then use it.
- Or do condition compilation strategy.
not sure what architectural strategy to employ. Maybe IOC ( inversion of control) pattern with something like dio ?
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 ?