lesnitsky / flutter_localstorage

📦 LocalStorage for Flutter
MIT License
298 stars 65 forks source link

Make it work on Desktop (Unix/Windows) #12

Closed comigor closed 5 years ago

comigor commented 5 years ago

getApplicationDocumentsDirectory from path_provider hangs when running flutter on desktop (with desktop embedder).

This PR fixes this behavior and make it work on desktop as well, by saving the file to $HOME/.config folder.