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

A flexible, highly composable alternative to ChangeNotifier for Flutter

1.0.0-beta.2 Updated readme #

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
140
points
19
downloads

Publisher

unverified uploader

Weekly Downloads

A flexible, highly composable alternative to ChangeNotifier for Flutter

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

async, flutter

More

Packages that depend on change_emitter