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...1 like·277 readsFlutter & DartBLoC
Jemish Mavanijames54.hashnode.dev·Jul 12, 2023Smooth Data Modeling with 'Freezed'Introduction Freezed Official Package Freezed, is the ultimate solution for painless data class creation and seamless state management in Flutter. With Freezed, you can effortlessly generate concise data classes, eliminating repetitive code and enhan...Flutter