bloc VS states_rebuilder

Compare bloc vs states_rebuilder and see what are their differences.

bloc

A predictable state management library that helps implement the BLoC design pattern (by felangel)

states_rebuilder

a simple yet powerful state management technique for Flutter (by GIfatahTH)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
bloc states_rebuilder
56 4
11,385 495
- -
9.2 3.8
2 days ago 2 months ago
Dart Dart
MIT License GNU General Public License v3.0 or later
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.

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.

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

What are some alternatives?

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

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

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

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

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

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

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

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.

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

zustand - 🐻 Bear necessities for state management in React

flutter_empire - Simple Flutter State Management

rxdart - The Reactive Extensions for Dart

eva - EVent-drive Architecture for SOLID Flutter applications