kimchi 0.0.8
kimchi: ^0.0.8 copied to clipboard
Kimchi is a super lightweight framework for state management based on Riverpod.
0.0.8 #
- Added maxHistoryLength parameter to
HistoryStateNotifier
0.0.7 #
- Added a few helper methods to
HistoryStateNotifier - You can now specify whether you want
HistoryStateNotifierto add the initial state to the history by using a parameter in its constructor.
0.0.6 #
- Fixed: Stupid bug with undo history
0.0.5 #
HistoryStateNotifieris now abstract- Fixed:
Viewmodel.init()is no longer abstract
0.0.4 #
- New
HistoryStateNotifieris like a normal StateNotifier but supports undo and redo functionality
0.0.3 #
init()is now protected and optional
0.0.2 #
- Added
init()method to Viewmodel - Added Repository base class
- Added Datasource base class (empty for now)
- Improved documentation
0.0.1 #
- Added Viewmodel Base Class