prefnotifiers 1.0.8+1 copy "prefnotifiers: ^1.0.8+1" to clipboard
prefnotifiers: ^1.0.8+1 copied to clipboard

Represents shared preferences as ValueNotifier objects. Reads and writes occur asynchronously in background.

1.0.8+1 #

  • FIX: An attempt to save or read a List<String> raised an exception

1.0.7+1 #

  • Not a beta anymore
  • Documentation updates

1.0.2-beta #

  • Migrated to sound null safety
  • Added PrefNotifier class as a shortcut to PrefItem(SharedPrefsStorage(), ...)
  • Multiple minor improvements

0.0.7 #

  • Example simplified

0.0.6 #

  • Created master and dev GIT branches

0.0.5 #

  • Added GitHub action for CI unit testing
  • Added pubspec.yaml to the example dir

0.0.4 #

  • README updated
  • Small fixes and improvements

0.0.3 #

  • Example added
  • Code formatted with dartfmt
  • Dependencies updated

0.0.2 #

  • It's not 0.0.1 anymore
0
likes
90
pub points
0%
popularity

Publisher

verified publisherrevercode.com

Represents shared preferences as ValueNotifier objects. Reads and writes occur asynchronously in background.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, shared_preferences

More

Packages that depend on prefnotifiers