state_buddy library

Classes

Manager<State>
every manager should implement a class, a manager manages a state. You can add listerners to a manager and listen for state changes. If you are using flutter this is done for you by the ManagerBuilder widget
ManagerTable
A lookup table for managers, store managers inside here to ensure they are singletons