Open jimmyff opened 2 months ago
I’ll see if I can reproduce the error! What is weird is you shouldn’t need the sqlite database for web as it completely relies on the Fetch API via the fetch_client package.
Actually in fact I need to update the example, you need to check for web and only call the method on native platforms.
Hey! Thanks for this great package, look forward to you publishing it on pub.dev.
I'm just having a little difficulty getting it working on flutter web, I get a really useful error:
results in:
Just wondering if I've missed something obvious? I've got the drift_worker.js and sqlite wasm files in place.
Thanks!