Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 2.13 KB

README.md

File metadata and controls

34 lines (22 loc) · 2.13 KB

States_rebuilder

pub package CircleCI codecov

States Rebuilder is an easy flutter state management solution that allows for clear and sharp separation of concern between the user interface (UI) logic and the business logic. The separation is clear and sharp to the point that the business logic is written with pure, vanilla, plain old dart classes without extending any external library-specific classes and without annotation or code generation.

With States_rebuilder, you can easily:

Documentation