Skip to content

KevinTheGray/listenable_builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A renaming of AnimatedBuilder

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages