bloc VS flutterfire

Compare bloc vs flutterfire and see what are their differences.

bloc

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

flutterfire

๐Ÿ”ฅ A collection of Firebase plugins for Flutter apps. (by firebase)
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 flutterfire
56 53
11,385 8,406
- 1.6%
9.2 9.6
3 days ago 6 days ago
Dart Dart
MIT License BSD 3-clause "New" or "Revised" 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.

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.

flutterfire

Posts with mentions or reviews of flutterfire. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-14.
  • Handling Firebase Notifications in Flutter: Practical Tips
    4 projects | dev.to | 14 Jan 2024
  • React Native App Crashing on Sign-out (iOS)
    1 project | /r/Firebase | 17 Aug 2023
    My react native app for some reason crashes every single time when signing out on iOS. The signout is successful, because I can see the page begin its transition to the home screen, and the next time I open the app, I'm logged out. I believe this is a firebase issue since it only occurs on iOS, and not on Android. I've looked at every related post I can find online, such as this one (Flutter) and this one (React Native) referencing active snapshot listeners, but even when I comment out my single snapshot listener, the crash persists.
  • Question about the feasibility or potential issues with an email prefix approach to multi-tenancy?
    1 project | /r/Firebase | 14 Jun 2023
    I see. It looks like theyโ€™ve added support for it, see PR. You could give it a try.
  • iOS push notification firebase
    1 project | /r/kivy | 16 May 2023
    Pushyy uses java classes from flutterfire firebase_messaging, which also has an iOS package. You could maybe build a wrapper similar to pushyy with it.
  • Access Riverpod providers from Isolate
    3 projects | /r/flutterhelp | 22 Apr 2023
    Sure, sure. You are special and ahead of Flutterfire issues: https://github.com/firebase/flutterfire/issues/10353
  • How to have multiple providers for one account?
    1 project | /r/flutterhelp | 19 Feb 2023
    The ProfileScreen in this package has an option to use another provider when you are already authentified. https://github.com/firebase/flutterfire/blob/master/packages/firebase_ui_auth/lib/src/screens/profile_screen.dart
  • How is this even possible ?? 2.2k Crashes on a single user ?
    1 project | /r/androiddev | 24 Jan 2023
    I don't know if you'd want a solution to this (considering no one asks for help in this sub due to the stupid Rule 2), you can read through this link - https://github.com/firebase/flutterfire/issues/7237
  • Difficulty setting up firebase_ui_auth.
    1 project | /r/flutterhelp | 26 Nov 2022
    The package you've pointed to seems to be very new "Published 2 days ago" I would use the GitHub documentation (the learn more here link on Pub dev) on a fresh flutter project https://github.com/firebase/flutterfire/tree/master/packages/firebase_ui_auth/doc be sure to install the Firebase CLI (https://firebase.google.com/docs/cli#install_the_firebase_cli) as when you get to the configure part you'll receive
  • How Fleeting Notes Migrated 1000+ Users from Firebase to Supabase (Stripe, Firebase, Supabase)
    13 projects | /r/Supabase | 31 Oct 2022
    The lack of full native Dart support, slow build times, sketchy workarounds, and no desktop support led me searching for another solution. After many hours of research, I was faced with the choice between two frameworks: Appwrite and Supabase. Both were great frameworks and both fit my use case perfectly. But, I decided to move forward with Supabase because of their philosophy of โ€œ not reinventing the wheelโ€.
  • Optimize Flutter iOS Build using ccache
    3 projects | dev.to | 23 Oct 2022
    For the moment, the pre-compiled SDK doesn't work with the latest flutter firebase libraries: https://github.com/firebase/flutterfire/issues/9761 So it takes an hour to build my project in GitHub action. I can't live with it!

What are some alternatives?

When comparing bloc and flutterfire 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.

BMI-Calculator-flutter-app

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

flutter_map - A versatile mapping package for Flutter. Simple and easy to learn, yet completely customizable and configurable, it's the best choice for mapping in your Flutter app.

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.

grpc-dart - The Dart language implementation of gRPC.

zustand - ๐Ÿป Bear necessities for state management in React

flutter-examples - This repository contains the Syncfusion Flutter UI widgets examples and the guide to use them.

rxdart - The Reactive Extensions for Dart

melos - ๐ŸŒ‹ A tool for managing Dart projects with multiple packages. With IntelliJ and Vscode IDE support. Supports automated versioning, changelogs & publishing via Conventional Commits.