Flutter MVVM and Clean Architecture - Part 3: Multi-packages structureWe'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 it myself in my apps. It's best we bite the bullet and have this post to go over an approach that h...Dec 16, 2021路14 min read路8.3K
Unit Testing Composable Routing in Swift for iOS Apps - Part 3This is the third part of a series of articles about a Clean, Simple and Composable Routing for iOS apps. Have a read at the other articles before starting this one 馃槉 We setup our routing system by resolving the dependencies using a Dependency Cont...Mar 24, 2020路10 min read路2.6K
Applying Dependency Injection to Composable Routing in Swift for iOS聽Apps - Part 2This is the second part of a series of articles about a Clean, Simple and Composable Routing for iOS apps. Have a read at the first article before starting this one 馃槉 In the previous article , we setup our routing system by instantiating the dep...Mar 16, 2020路8 min read路3.2K
Clean, Simple and Composable Routing in Swift for iOS Apps - Part 1Clean, Simple and Composable Routing for iOS Apps This is the first part of a series of articles about a Clean, Simple and Composable Routing for iOS apps. One of the hottest topics in the iOS community is view controller orchestration. There are man...Mar 14, 2020路12 min read路17K