nstater 0.0.6
nstater: ^0.0.6 copied to clipboard
NStater is a minimal and fast way to manage state in Flutter. You control the lifecycle of controllers and reactive values yourself, using your own types and subscriptions.
0.0.6 #
- Add
NVarCombinerclass for combining multiple NVar sources into computed values - Add tests
- Update documentation with NVarCombiner examples and use cases
0.0.5 #
- Add
isEqualparameter to NVar for custom equality comparison - Add
shouldRebuildparameter to NField for selective rebuilds - Add
dispose()method to NVar and NController - Improve error handling with try-catch and debug logging
- Add disposed state protection in NController
0.0.4 #
- format fix
- readme add badges
0.0.3 #
- add example
0.0.2 #
- code style fixes
0.0.1 #
initial release