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 returnsJsonEncodable
representation of an item - add optional
toEncodable
arg tosetItem
1.3.1 #
- update
README.md
documentation - bump
package_provider
dependency to addressgetApplicationSupportDirectory
- fix
noSuchMethodError
in_flush
1.3.0 #
- add optional
path
argument to specify storage folder - fixes for flutter-desktop-embedding
1.2.0 #
- add
clear
method
1.1.0 #
- add
onError
property (ValueNotifier
which emits errors)
1.0.1 #
- Add example application
1.0.0 #
- Initial release