localstorage 2.0.0
localstorage: ^2.0.0 copied to clipboard
Simple json file-based storage fo flutter. Alternative to react-native AsyncStorage
2.0.0 #
- fix inconsitent return format of
getItem. It now always returnsJsonEncodablerepresentation of an item - add optional
toEncodablearg tosetItem
1.3.1 #
- update
README.mddocumentation - bump
package_providerdependency to addressgetApplicationSupportDirectory - fix
noSuchMethodErrorin_flush
1.3.0 #
- add optional
pathargument to specify storage folder - fixes for flutter-desktop-embedding
1.2.0 #
- add
clearmethod
1.1.0 #
- add
onErrorproperty (ValueNotifierwhich emits errors)
1.0.1 #
- Add example application
1.0.0 #
- Initial release