flutter-institute / webauthn

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

Fix sqflite dependency #2

Closed AkanshDivker closed 1 year ago

AkanshDivker commented 1 year 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.