stow_plain 0.5.1 copy "stow_plain: ^0.5.1" to clipboard
stow_plain: ^0.5.1 copied to clipboard

A Stow package to store plaintext data in shared preferences.

0.5.1 #

  • FIX: Lists should be growable (resizeable) after being read

0.5.0 #

Note: This release has breaking changes.

  • FIX: clone encodedDefaultValue with identity codec.
  • BREAKING REF: protectedRead and protectedWrite are independent of codec.

0.4.0+1 #

  • FIX: don't disregard singletons as being equal to default value.

0.4.0 #

Note: This release has breaking changes.

  • BREAKING FEAT: replace autoRead with volatile which disables reads/writes.

0.2.1+3 #

  • FIX: codecs don't need nullable args. As a side effect, codecs can no longer remap null values.

0.2.1+2 #

  • FIX: cast error with string lists.

0.2.1+1 #

  • Update a dependency to the latest release.

0.2.1 #

  • FEAT: support Set

0.2.0+1 #

Note: This release has breaking changes.

  • FEAT: add Stow.isReading and Stow.isWriting.
  • FEAT: add Stow.loaded getter.
  • BREAKING TWEAK: don't throw if value is unset, just return defaultValue.

0.2.0 #

Note: This release has breaking changes.

  • BREAKING TWEAK: delete from storage if default value.
  • BREAKING REF: use PlainStow() instead of PlainStow.simple().
  • BREAKING FEAT: add autoRead flag to disable read() on init, and make codec a named param.

0.1.2 #

  • DOC: Fix missing example on pub.flutter-io.cn

0.1.1 #

  • DOC: Added more documentation, comments, and instructions

0.1.0 #

  • FEAT: add EnumCodec.
  • FEAT: add ColorCodec.
  • FEAT: add PlainStow.json.
  • FEAT: add PlainStow for shared preferences.
0
likes
160
points
313
downloads

Publisher

verified publisheradil.hanney.org

Weekly Downloads

A Stow package to store plaintext data in shared preferences.

Repository (GitHub)
View/report issues

Topics

#stow #storage #shared-preferences #persistence

Documentation

API reference

License

MIT (license)

Dependencies

shared_preferences, stow, stow_codecs

More

Packages that depend on stow_plain