lesnitsky / flutter_localstorage

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

Add getData and setData #76

Closed techno-disaster closed 2 years ago

techno-disaster commented 2 years ago

Add getData and setData methods to get and set data directly from toJson and fromJson of Object

lesnitsky commented 2 years ago

this package tends to have feature parity with localStorage which doesn't have these methods