flutter-institute / webauthn

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

Fix sqflite dependency #2

Closed AkanshDivker closed 2 years ago

AkanshDivker commented 2 years ago

A fix for platform dependency errors with sqflite when running the example project on Windows or Linux. Pull request adds two package dependencies, dart:io import, and initialization code in the main method.