listenable_builder 1.0.0 copy "listenable_builder: ^1.0.0" to clipboard
listenable_builder: ^1.0.0 copied to clipboard

A wrapper around AnimatedBuilder so that it may be called ListenableBuilder

listenable_builder #

ListenableBuilder is an extension of AnimatedBuilder that doesn't do anything except possibly make your code more readable.

Why? #

Because Flutter is heavy on animations, and using an AnimatedBuilder for infrequent and simple state changes can just read weird.

ListenableBuilder sounds more like what you'd expect. This widget rebuilds when the listenable I give it updates.

1
likes
30
pub points
0%
popularity

Publisher

unverified uploader

A wrapper around AnimatedBuilder so that it may be called ListenableBuilder

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on listenable_builder