Multi-packages Clean Architecture in Flutter — series

Olivier Revial
Steeple-product
Published in
Jul 25, 2023
Photo by Sam 🐷 on Unsplash

Clean Architecture is a trendy topic in the Flutter community right now, some people want to use it everywhere, others would rather avoid it…

In this series of articles, I will try and share my experience of implementing Clean Architecture in Flutter : why we chose Clean Architecture when starting our new app six months ago and how we implemented it by splitting our app into multiple local packages.

Here is the app we will build today:

Demonstration app

⚠️ Spoiler:

Our Clean Architecture in Flutter

--

--