Mayursinh Parmarmayursinhdevblog.hashnode.dev·May 15, 2024Topic: 12 Understanding Design Patterns in FlutterHello devs, Today we talk about different types of design patterns in Flutter. These design patterns help us to write clean and understandable code for flutter projects. There are so many design patterns available. Use this as per your project requir...Discuss·28 readsLearn Flutter: Basic to AdvanceFlutter
Initiotechmediainitiotechmedia.hashnode.dev·Aug 10, 2023GetX vs. Provider: Simplifying State Management in FlutterIntroduction Flutter has revolutionized the way we build cross-platform mobile applications, offering a rich ecosystem of tools and libraries. Two popular state management solutions for Flutter applications are GetX and Provider. Both are powerful op...DiscussFlutter
Pranesh Pyara Shresthablogs.praneshpyarashrestha.com.np·Dec 3, 2022Flutter: BLoC vs. CubitIn BLoC architecture or BLoC pattern, there are two terms often involved viz: bloc and cubit. The Cubit is a subset of the famous implementation of BLoC Pattern; it abandons the concept of Events and simplifies the way of emitting states. bloc When ...Discuss·3.1K readsFlutter