suragch / flutter_saving_data

A demo app in Flutter about saving data to local storage
MIT License
15 stars 9 forks source link

View database #2

Open CiaranMcDermott opened 4 years ago

CiaranMcDermott commented 4 years ago

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.

suragch commented 4 years ago

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.