lesnitsky / flutter_localstorage

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

Any way to get all data without knowing every key and looping getItem()? #84

Closed kylebanta closed 2 years ago

kylebanta commented 2 years ago

Question pretty much says it all. Is there any way to pull all of the data in the json file or do we have know every key and loop through using getItem()?

In my case, I won't know every key in the data, so how can I then get the entire dataset? Do I have to nested it all under like a "data" attribute?

lesnitsky commented 2 years ago

See #80