Search code examples
databasesqliteflutterassets

Flutter populating a list from a manually included database


I want to read from an already existing database which I have included in my asset. But I keep getting No such table found. I tried the code from https://github.com/tekartik/sqflite/blob/master/sqflite/doc/opening_asset_db.md


Solution

  • stackoverflow.com/questions/53126885/flutter-sqflite-open-existing-database

    Got the answer from here