ABAtharva Bhagwatincleancodeflutter.hashnode.dev·Feb 26, 2023 · 3 min readClean Code Architecture FlutterReso Coder Clean Architecture is a way of designing software that makes it easy to manage and modify. In Flutter apps, Clean Architecture is used to organize the code into different layers. Each layer has a specific job to do, and they work together ...00
ABAtharva Bhagwatincleancodeflutter.hashnode.dev·Jan 3, 2023 · 4 min readFlutter BLoC- Easiest explanationFlow: What are states and why states are important? Why do we need BLoC? What is BLoC? Creating a counter app using BLoC What are states: In the basic flutter sample project 'counter app', whenever the increment button is tapped, the state of ...00