Flutter MVVM and Clean Architecture - Part 2: Testable Routing
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 test and reason about action/effect.
That's nice, but what about routing?
Routing
I want to route s...
cassiuspacheco.com8 min read
Quốc Bình Lâm Dương
How can i get back data from second screen when i pop it to return first screen?? many thanks