Cassius Pacheco
Cassius Pacheco

Cassius Pacheco

Follow
Follow
homebadgesnewsletter
Tag

MVVM

#mvvm

More content

Read more stories on Hashnode


Articles with this tag

Flutter MVVM and Clean Architecture - Part 3: Multi-packages structure

Dec 16, 202114 min read

We've covered the basics of MVVM in the previous posts, but now any example moving forward would be strongly hypothetical or not really how I would do...

Flutter MVVM and Clean Architecture - Part 3: Multi-packages structure

Flutter MVVM and Clean Architecture - Part 2: Testable Routing

Nov 29, 20218 min read

In the previous post we went through the basics of setting up the view models, moving all the logic from Widgets to the VMs, making it very simple to...

Flutter MVVM and Clean Architecture - Part 2: Testable Routing

Flutter MVVM and Clean Architecture - Part 1: Setup

Nov 13, 20218 min read

I've written in the past an example of an iOS app, using The Clean Architecture and MVVM, which is a solution that has worked very well for me and my...

Flutter MVVM and Clean Architecture - Part 1: Setup