First time on SO. I am new to Flutter and I have created an SQLite database ‘fmp.db’ in Android Studio 4.1.1 on Mac (Catalina). If I use ‘View->Tool Windows ->Database inspector’ I can see all the tables and the data inside those tables but if I get the file ‘fmp.db’ from device explorer and save it to examine it with SqLiteStudio (3.2.1) I can see the tables but they are all empty with the exception of 2 tables that I populated in the database _onCreate event from a json in a ‘json’ folder. Now the same database created on a PC with Android Studio 4.1.1 when examined on the Mac with SQliteStudio is showing all the data inside the tables. I tried with DB Browser for SQLite on the Mac and same problem. I can only see those tables that were populated in the ‘_onCreate’ event. The application using this database is working fine on the Mac and can access all the information in all the tables.
Anyone has seen this before? Thank you for your attention, Denis Prince