Skip to content

a simple yet powerful state management technique for Flutter

Notifications You must be signed in to change notification settings

amoslai5128/states_rebuilder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

a simple yet powerful state management technique for Flutter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 99.5%
  • Java 0.2%
  • Objective-C 0.1%
  • Shell 0.1%
  • Swift 0.1%
  • HTML 0.0%