states_rebuilder VS bloc

Compare states_rebuilder vs bloc and see what are their differences.

states_rebuilder

a simple yet powerful state management technique for Flutter (by GIfatahTH)

bloc

A predictable state management library that helps implement the BLoC design pattern (by felangel)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
states_rebuilder bloc
4 56
495 11,407
- -
3.8 9.2
2 months ago 2 days ago
Dart Dart
GNU General Public License v3.0 or later MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

states_rebuilder

Posts with mentions or reviews of states_rebuilder. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-15.
  • What State Manager do you use the most on your apps?
    2 projects | /r/FlutterDev | 15 Mar 2023
    I use states_rebuilder https://github.com/GIfatahTH/states_rebuilder
  • Any comprehensive tutorial on States Rebuilder?
    1 project | /r/FlutterDev | 21 Feb 2021
    Unfortunately, states_rebuilder is not one of the "mainstream" state solutions. I assume that's a major factor why there is a relatively low amount of tutorials. That being said, I use it in my app and can only recommend it. The functional injection approach is super simple with clear callbacks when initializing and listening to a state. I found the documentation on github itself to be extensive and explaining everything one might want to know. Did you take a look at the examples e.g. https://github.com/GIfatahTH/states_rebuilder/tree/master/examples/ex_001_2_flutter_default_counter_app_with_functional_injection?
  • Flutter State Management in 2021
    2 projects | /r/flutterhelp | 17 Jan 2021
    I'm looking at states_builder right now to see if it would simplify the whole state manageent enough to warrant using it in place of Riverpod.
  • What State Management Solution You Think Is The
    1 project | /r/FlutterDev | 5 Jan 2021
    SR example - TODO app https://github.com/GIfatahTH/states_rebuilder/tree/master/examples/ex_009_1_3_ca_todo_mvc_with_state_persistence

bloc

Posts with mentions or reviews of bloc. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-25.

What are some alternatives?

When comparing states_rebuilder and bloc you can also consider the following projects:

getx - Open screens/snackbars/dialogs/bottomSheets without context, manage states and inject dependencies easily with Get.

riverpod - A reactive caching and data-binding framework. Riverpod makes working with asynchronous code a breeze.

routemaster - Easy-to-use Navigator 2.0 router for web, mobile and desktop. URL-based routing, simple navigation of tabs and nested routes.

mobx.dart - MobX for the Dart language. Hassle-free, reactive state-management for your Dart and Flutter apps.

custom_timer - A customizable timer builder, with controller, animation, intervals, callbacks and custom actions for Flutter.

get_it - Get It - Simple direct Service Locator that allows to decouple the interface from a concrete implementation and to access the concrete implementation from everywhere in your App. Maintainer: @escamoteur

cube - Simple State Manager (Focusing on simplicity and rebuilding only the necessary)

cubit - Cubit is a lightweight state management solution. It is a subset of the bloc package that does not rely on events and instead uses methods to emit new states.

flutter_empire - Simple Flutter State Management

zustand - 🐻 Bear necessities for state management in React

eva - EVent-drive Architecture for SOLID Flutter applications

rxdart - The Reactive Extensions for Dart