A library aimed at making it simple to use the BLoC design pattern to separate the presentation code from the business logic and the state.
Package | Pub |
---|---|
bloc_lite | |
bloc_lite_flutter |
The goal of this library is to make it as easy as possible to implement the BLoC design pattern with a bare minimum amount of complexity and boilerplate. It also tries to remain as design and implementation-agnostic as possible so developers can represent their business logic and state however they want.