flutter_saving_data
flutter_saving_data copied to clipboard
View database
Hi, is there a way to open the database from PC to see what's in it? Where is the directory located in android and ios that it is stored? Thanks.
I've done that before but it's been a while so I don't remember clearly. On Android the SQLite database is located in the app folder's data/data directory I think. The database is only accessible for debug builds. Then you can use SQLite browsing software to see what's inside. I think there is online software that lets you browse database files too.