Location to place Sqlite DB in Flutter
A Sqlite DB file has pre existing data, and this needs to be added to a Flutter application, ideally in a way which will work for both Android and iOS. Have placed the file in the following location: /assets/db/myDB.db /assets is a folder in the root, like lib. pubspec.yaml has: assets: – assets/db/ The code … Read more