localstorage 2.0.0 copy "localstorage: ^2.0.0" to clipboard
localstorage: ^2.0.0 copied to clipboard

outdated

Simple json file-based storage fo flutter. Alternative to react-native AsyncStorage

2.0.0 #

  • fix inconsitent return format of getItem. It now always returns JsonEncodable representation of an item
  • add optional toEncodable arg to setItem

1.3.1 #

  • update README.md documentation
  • bump package_provider dependency to address getApplicationSupportDirectory
  • fix noSuchMethodError in _flush

1.3.0 #

  • add optional pathargument 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
354
likes
40
pub points
98%
popularity

Publisher

verified publisherlesnitsky.dev

Simple json file-based storage fo flutter. Alternative to react-native AsyncStorage

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, path_provider

More

Packages that depend on localstorage