- fix inconsitent return format of
getItem
. It now always returnsJsonEncodable
representation of an item - add optional
toEncodable
arg tosetItem
- update
README.md
documentation - bump
package_provider
dependency to addressgetApplicationSupportDirectory
- fix
noSuchMethodError
in_flush
- add optional
path
argument to specify storage folder - fixes for flutter-desktop-embedding
- add
clear
method
- add
onError
property (ValueNotifier
which emits errors)
- Add example application
- Initial release