Vedant Sagolalegenai-blog.hashnode.dev·7 hours agoIntroduction to Clean Architecture for Flutter BeginnersUnderstanding clean architecture in a non-technical way? Clean architecture is like designing a well-organized kitchen where each section has a specific purpose and everything is neatly arranged to make cooking efficient and enjoyable. In the world o...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·38 readsFlutter
Steve Nosseblog.stevenosse.com·Sep 3, 2024Changing my perspective on State and Cubit/BlocWhen I first started using flutter_bloc, I thought I had a good grasp of cubits and blocs. However, I soon realized my understanding was biased by my previous experience with the MVVM pattern. Initially, I assumed that each screen could be managed by...Discuss·10 likes·31 readsFlutter
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
Jitesh Yadavjitesh123.hashnode.dev·May 22, 2024From CRUD to Search: Upgrading Your SQLite Items App with BlocHello everyone, In this follow-up to our blog about SQLite CRUD operations, we'll be adding search functionality to our items app. There's no need to update the pubspec.yaml file, as all necessary dependencies are already included. We'll be making ch...DiscussState Management
Jitesh Yadavjitesh123.hashnode.dev·May 18, 2024A Comprehensive Guide to SQLite CRUD Operations in Flutter with BlocHello everyone, Today, I'll guide you through performing CRUD (Create, Read, Update, Delete) operations in Flutter using SQLite, with Bloc for state management. SQLite is a local database that stores data on the device, making it essential to underst...Discuss·33 readsFlutter
Darshan Kdarshank7.hashnode.dev·Apr 7, 2024Exploring State Management with Cubit and BlocToday, I delved into the world of state management in Flutter, focusing on Cubit and Bloc. Here's a summary of what I learned: State refers to the data that changes over the lifecycle of an application. There are two types of state: Local State: Th...DiscussFlutter
Nikki Ekeclouds.hashnode.dev·Nov 6, 2023Ultimate Guide to Flutter Bloc: State Management and TestingIn the Flutter ecosystem, you have several state management options to structure and scale your applications. As a Flutter newbie, you might only be familiar with setState and provider. Flutter Bloc stands out as a popular Flutter state management li...Obruche Ogenechohwo and 2 others are discussing this3 people are discussing thisDiscuss·64 likes·1.9K readsBLoC
Pranav Masekarsungod.hashnode.dev·Aug 27, 2023One State to Rule Them All: Simplifying Flutter BLoCIntroduction : The BLoC (Business Logic Component) pattern has become popular for managing state in Flutter apps by separating business logic from the UI layer. But BLoC patterns come with a lot of boilerplate code and a lot of code duplication. Ever...Discuss·1.1K readsFlutterFlutter
Ivan T.ivantrj.hashnode.dev·Jul 16, 2023State Management in Flutter for BeginnersState Management in Flutter was one of the hardest things to grasp for me while learning Flutter. To be honest, I still have trouble with it even today, after working with Flutter for more than a year. So, in this article, I want to give you a high-l...DiscussTutorialsFlutter