Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I use SQLite Flutter for web apps?

Tags:

sqlite

flutter

I used code from Flutter SQLite example and wonder if there is any possibility to use the same code with these packages to build a web app?

like image 733
Wojciech Konury Avatar asked Apr 25 '26 05:04

Wojciech Konury


1 Answers

Sqflite does not support Flutter Web for now, but we have a package which is very similar Moor: https://pub.dev/packages/moor You can try it and it should meet your need.

An issue is currently opened on sqflite GitHub: https://github.com/tekartik/sqflite/issues/212 you can see the progress if you want to.

UPDATE

Moor has been renamed to Drift. Users has been encouraged to migrate to drift. Automated tooling to help you make the switch is available! For more information, see the documentation.

like image 147
huextrat Avatar answered Apr 27 '26 19:04

huextrat



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!