Open SirJohn2024 opened 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 :)
Don't worry, I was looking for your PodPod approach to use in a little app I want to build for my wife... Cool...
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 calldatabaseFactory = databaseFactoryFfi;
before using global openDatabase APINice app BTW...😎