kimchi 0.0.7 copy "kimchi: ^0.0.7" to clipboard
kimchi: ^0.0.7 copied to clipboard

discontinuedreplaced by: riverpod
outdated

Kimchi is a super lightweight framework for state management based on Riverpod.

0.0.7 #

  • Added a few helper methods to HistoryStateNotifier
  • You can now specify whether you want HistoryStateNotifier to 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 #

  • HistoryStateNotifier is now abstract
  • Fixed: Viewmodel.init() is no longer abstract

0.0.4 #

  • New HistoryStateNotifier is 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
6
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Kimchi is a super lightweight framework for state management based on Riverpod.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, riverpod, rxdart

More

Packages that depend on kimchi