data_notifier 0.1.6
data_notifier: ^0.1.6 copied to clipboard
Manage and observe data states with ValueNotifier/ValueListenable. Handle loading, loaded, and error states with enhanced debugging.
0.1.0 #
- Initial release.
0.1.3 #
- Readme and pubspec updates.
0.1.4 #
- Refactor notifier state management: rename NotifierState to NotifierState and update related classes and imports
0.1.5 #
- PrintColor enum added and cmd_color.dart removed; updated imports in data_notifier.dart and utils.dart
- Updated NotifierBuilder to be usable without a builder, allowing it to be used as just a listener.
0.1.6 #
- Refactor state management: rename DataState to NotifierState, update related classes and imports; remove unused DataState and DataNotifierBuilder files; enhance NotifierBuilder functionality.