bloc_small 0.0.2 bloc_small: ^0.0.2 copied to clipboard
A new flutter plugin project.
bloc_small #
A new flutter plugin project.
Getting Started #
A library that aims to make it simple to use the BLoC design pattern to separate presentation code from business logic and state. While this library aims to make the project 100% compliant with the BLoC pattern, it also acknowledges that 100% compliance is not always advisable or necessary. This library has been customized to make BloC easier to understand, avoid useless function calls, and focus on solving logic.