fluttersqlite

Can I use SQLite Flutter for web apps?


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?


Solution

  • 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.