Rishirishi2220.hashnode.dev·Dec 13, 2024Getting started at BLoC architectureAsynchronous data, streams, and futures: Think of a busy restaurant where the waiter takes your order and then goes to serve other tables while your food is being prepared. You don’t have to wait for your meal to be ready before the waiter can take o...1 like·35 readsBLoC
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 ...Flutter
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...Dart
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...Flutter
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...11 likes·38 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...flutternik
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 ...Flutter
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...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 ...Flutter
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...BLoC