Md. Al - Aminalaminkarno.hashnode.dev·Nov 16, 2024Chapter 3: What Are Bloc Events and States?Hi there! I’m so glad to see you here again. By now, you’re already familiar with the basics of Bloc and how Equatable simplifies state management. But today, we’re stepping into the core of Bloc state management—events and states. Let me tell you a ...DiscussFlutter
Md. Al - Aminalaminkarno.hashnode.dev·Nov 16, 2024Chapter 2: Mastering Equality with the Equatable Package in Flutter BlocWelcome back to Chapter 2 of our Flutter Bloc State Management course! If you’ve been following along, we’ve set the foundation with an overview of Flutter Bloc, its significance, and why big companies trust it for state management. Today, we’re taki...DiscussDart
Md. Al - Aminalaminkarno.hashnode.dev·Nov 15, 2024Flutter Bloc State Management Roadmap: Chapter 1 — Roadmap to MasteryWelcome to the first chapter in Flutter Bloc State Management blog, a comprehensive guide designed to take you from beginner to expert in Bloc state management. This blog is set up as a journey that will not only teach you the fundamentals but also p...DiscussFlutter
Samuel Ejalonibusammyoluwaseyi.hashnode.dev·Nov 11, 2024A Comprehensive Guide on Flutter State Management: BLoCIn the context of Flutter, state management is the process of controlling and managing the changes made to an app’s data and information. These changes which may later influence the appearance and behavior of the UI. Good state management ensures tha...Discuss·11 likes·35 readsFlutter
Ravi Patelravipatel.hashnode.dev·Sep 11, 2024Mastering State Management in Flutter: A Comprehensive GuideFlutter has revolutionized the way we build cross-platform applications with its powerful and expressive framework. One of the most critical aspects of building a robust Flutter application is managing state effectively. In this blog, we'll dive into...Discussflutternik
hedihedighodhbane.hashnode.dev·Jul 26, 2024All you need to know about Flutter BLoCIf you’re reading this article, you’re probably familiar with Flutter. You might have built a personal project or a client project. You might have also heard about the different opinions on Flutter state management. We’re not here to say X is better ...DiscussFlutter
Michael Pipermichaelpiper.hashnode.dev·Jul 25, 2024Comprehensive Guide to State Management in Flutter: Choosing the Right Solution for Your AppState management in Flutter is a fundamental concept for building dynamic and reactive applications. It involves managing the state of an application and ensuring that the UI reflects the current state. There are several approaches to state managemen...Discuss·1 likeFlutter
Michael Pipermichaelpiper.hashnode.dev·Jul 25, 2024Using Bloc for State ManagementBloc (Business Logic Component) is a popular state management solution in Flutter that leverages reactive programming principles. It uses streams to handle events and manage state, separating business logic from the UI. Here's a step-by-step example ...DiscussFlutter
Nabraj Khadkanabrajkhadka.hashnode.dev·Jul 18, 2024🌟 Bloc vs Cubit: A Practical Perspective 🌟I recently had a discussion on Bloc vs. Cubit where a fellow developer seemed very focused on event-driven Bloc architecture. This experience prompted me to reflect on the practical differences and advantages of using Bloc versus Cubit in Flutter. Un...DiscussBLoC
Shankar Kakumaniblog.shankarkakumani.dev·Jul 13, 2024State Management in Flutter: Using Cubit + Freezed with BLoC PatternState management is the backbone of any Flutter application, ensuring smooth interactions and responsive interfaces. This guide will dive deep into Cubit + Freezed with Bloc—a powerhouse combination designed to streamline state management and enhance...Discuss·1 like·191 readsFlutter & DartBLoC