`states_rebuilder` is Flutter state management combined with a dependency injection solution and an integrated router to provide the best state management experience, speeding up your development as well.
There are multiple ways and places you can contribute to make this package nicer. If you are wondering how to start please post an issue and we're here to help facilitate that.
- Asking question, leaving suggestion
- Code commits and pull requests
- Youtube promotion or Medium tutorial
It is a feature-rich state management sulution:
- Predictable and controllable
- Support for immutable / mutable state
- Precise rebuild control
- Separation of UI & business logic
- Coding of business logic in pure Dart.
- Zero Boilerplate without code-generation
- Elegant and lightweight syntax
SetState
&Animation
in StatelessWidget.- Built-in dependency injection system
- Rich built-in features
- Saving states to localDB
- Theme, multi-langs
- Navigation, show dialogs without
BuildContext
- CREATE, READ, UPDATE, and DELETE (CRUD) from rest-API or database
- User authentication and authorization
- App themes management
- Internalization and localization
- Easy to test and mock dependencies
- State tracker middleware
- Built-in debugging print function
- Capable for complex Apps