Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/GIfatahTH/states_rebuilder

a simple yet powerful state management technique for Flutter
https://github.com/GIfatahTH/states_rebuilder

dart dependency-injection flutter flutter-package state-management

Last synced: 3 months ago
JSON representation

a simple yet powerful state management technique for Flutter

Awesome Lists containing this project

README

        

# `States_rebuilder`

[![pub package](https://img.shields.io/pub/v/states_rebuilder.svg)](https://pub.dev/packages/states_rebuilder)
![actions workflow](https://github.com/GIfatahTH/states_rebuilder/actions/workflows/config.yml/badge.svg)
[![codecov](https://codecov.io/gh/GIfatahTH/states_rebuilder/branch/master/graph/badge.svg)](https://codecov.io/gh/GIfatahTH/states_rebuilder)




`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.

# Documentation
* ### [**Official Documentation**](states_rebuilder_package#readme)

# Contributing
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

# About `states_rebuilder`

It is a feature-rich state management sulution:

## Performance
- Predictable and controllable
- Support for immutable / mutable state
- Precise rebuild control

## Code Clean
- Separation of UI & business logic
- Coding of business logic in pure Dart.
- Zero Boilerplate without code-generation

## User Friendly
- 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`

## Efficient Productivity
- CREATE, READ, UPDATE, and DELETE (CRUD) from rest-API or database
- User authentication and authorization
- App themes management
- Internalization and localization

## Maintainable
- Easy to test and mock dependencies
- State tracker middleware
- Built-in debugging print function
- Capable for complex Apps