tekartik / sqflite

SQLite flutter plugin
BSD 2-Clause "Simplified" License
2.88k stars 526 forks source link

[sqflite_common_ffi_web] service worker not loading #1145

Open jimmyff opened 4 hours ago

jimmyff commented 4 hours ago

Hey, thanks for this awesome package. I'm moving over from using sqlite3 package and this takes a lot of the sharp edges away, the async stuff is a game changer -thanks for all the work!

I'm a little difficulty getting the experimental web package (sqflite_common_ffi_web) working, it seems that the server workers file (sqflite_sw.js) isn't actually loading in the browser, it's status in the inspector shows as (pending):

Screenshot 2024-11-19 at 17 42 30

Just wondered if you've seen this before and if so could point me in a direction?

Thanks very much, Jimmy

alextekartik commented 4 hours ago

Did you run the setup script: https://github.com/tekartik/sqflite/tree/master/packages_web/sqflite_common_ffi_web#setup

$ dart run sqflite_common_ffi_web:setup