change_emitter 1.0.0-beta.1 copy "change_emitter: ^1.0.0-beta.1" to clipboard
change_emitter: ^1.0.0-beta.1 copied to clipboard

outdated

A flexible, highly composable alternative to ChangeNotifier for Flutter

[1.0.0-beta.1] - Null Safety, removed Provider dependency #

Transitioned to NNBD, removed Provider dependency and replaced it with a much simpler reimplementation that is more suitable for the desired approach of change emitters. Various small breaking changes.

[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.

[0.9.4] - Fixed bug in ListEmitter.removeRange #

[0.9.2] - Added toggle() method to ValueEmitter

[0.9.1] - Fixed Async dependency #

[0.9.0] - Initial release #

1
likes
0
pub points
14%
popularity

Publisher

unverified uploader

A flexible, highly composable alternative to ChangeNotifier for Flutter

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

async, flutter

More

Packages that depend on change_emitter