lesnitsky / flutter_localstorage

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

Added required methods: hasItem, keys and clear #2

Closed ominibyte closed 5 years ago

ominibyte commented 5 years ago

I added more methods which are required in some cases. I also tweaked a few things for returning the entries in the order of insertion.

lesnitsky commented 5 years ago

@ominibyte any updates?