bloobit library

Classes

Bloobit<TState>
This faciliates separation of Business Logic and Presentation. You must extend it. Pass the setState function in by calling attach, or use BloobitPropagator to do it for you. The Bloobit will call the setState function when setState is called.
BloobitPropagator<T extends Bloobit>
This InheritedWidget propagates the Bloobit down the widget tree much like Provider
BloobitWidget<TBloobit extends Bloobit>
A stateful widget that uses Bloobit instead of State

Mixins

AttachesSetState<TWidget extends StatefulWidget, TCallsSetState extends Bloobit>
Use with State class to automate the attach method Note: attach will not call setState if the state is not mounted