lesnitsky / flutter_localstorage

📦 LocalStorage for Flutter
MIT License
301 stars 60 forks source link

File location #3

Closed jordyvandomselaar closed 5 years ago

jordyvandomselaar commented 5 years ago

Question: Where are the json files stored created by this library? Are they in a secure location where a user cannot open it with a regular file browser?

lesnitsky commented 5 years ago

Yes, files stored in documents directory. It is normally not accessible from a file browser