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