Articles in this series
Beginner-friendly and Flutter-focused introduction to Clean Architecture Β· Do you remember the first time you wrote code? Maybe it was a hello world or...
π‘ Note: This article was originally posted in my friend Elian's blog and has been slightly modified for this series. You can check the original...
Getting into the domain layer with entities Β· We already saw enough of the game rules with CLEAN in the previous volumes of A Cleaner Flutter, now we...
How we define the use of repositories on our projects Β· Welcome back to Cleaner Flutter, I hope you have been enjoying this series so far and are...
Turning entities to models Β· Once the domain layer and all the general behaviors of our project are finished through abstraction, we can start using all...