BenAuerDev / flashlist_original

Simplifying your task world - WIP
2 stars 4 forks source link

Exception in _startMicrotaskLoop #49

Open SirJohn2024 opened 5 months ago

SirJohn2024 commented 5 months ago

Trying to run as a Windows app, got an exception after user creation and loging in:

Bad state: databaseFactory not initialized databaseFactory is only initialized when using sqflite. When using sqflite_common_ffi You must call databaseFactory = databaseFactoryFfi; before using global openDatabase API

Nice app BTW...😎

BenAuerDev commented 5 months ago

Hey man :)

thanks for trying out Flashlist :rocket: :rocket:. The error you got is thrown by the sqflite package when run on a desktop device :)

I'll look into it as soon as we move to desktop :)

SirJohn2024 commented 5 months ago

Don't worry, I was looking for your PodPod approach to use in a little app I want to build for my wife... Cool...