prefnotifiers 1.0.5 prefnotifiers: ^1.0.5 copied to clipboard
Represents shared preferences as ValueNotifier objects. Reads and writes occur asynchronously in background.
1.0.5 #
- 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