change_emitter 0.9.11
change_emitter: ^0.9.11 copied to clipboard
A flexible, highly composable alternative to ChangeNotifier for Flutter
0.9.11 Emitter children are registered from top down rather than bottom up #
0.9.10 added method to find ancestors in the emitter tree #
0.9.9 Fixed bug in ValueEmitter.reactive constructor #
0.9.8 added ListEmitter.removeLast and EmitterList #
0.9.7 Added ValueEmitter.unmodifiableView constructor #
0.9.6 Fixed bug in ListEmitter.removeWhere #
0.9.5 Added protected method containerChangeFromChildChange to EmitterContainer #
Overriding this method in a subclass of EmitterContainer allows you to use your own custom subclass of ContainerChange.