lesnitsky / flutter_localstorage

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

clear() should only clear the fileName of this instance. #38

Closed ndawod closed 4 years ago

ndawod commented 4 years ago

This may have been a typo but I think the intended behavior is to only remove a single top-level entry from localStorage, and not the entire data.

ndawod commented 4 years ago

@lesnitsky what do you think?

lesnitsky commented 4 years ago

Thanks!

lesnitsky commented 4 years ago

@ndawod FYI https://github.com/lesnitsky/flutter_localstorage/commit/897d62a5f3bc85395a30d3d1d6c14d8aeec65605#diff-bbdd0cddb08c056c047091b7c0ca0486L19