Flutter

Flutter

Clean Architecture in Flutter - FlutterLDN 2019

In here you would fine the slides I presented at Flutter LDN meetup on 21st October 2019 for "Clean Architecture in Flutter using BLoC" talk.

Read
Flutter

Clean Architecture in Flutter

In this series of blogs, I will discuss how I implemented clean architecture in a flutter project I am working on. Robert C. Martin (Uncle Bob), introduced clean architecture which enforces separation of concerns between the different layers of a system. This makes the system testable and independent of any frameworks. This blog outlines what is clean architecture and describes the different layers to be considered in a clean architecture project.

Read