bloc_lite_flutter

A simplified library for creating stream-based bloc view models that adhere to the BLoC paradigm. Includes Flutter widgets to integrate blocs into the Flutter ecosystem.


License
MIT

Documentation

Bloc Lite


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 pub package
bloc_lite_flutter pub package

Overview

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.

Examples

Documentation