Published inCodandoTVFlutter AutoRoute[Part 2]: Nested FlowsContinuing from our AutoRoute series, we previously talked about the basic concepts of routing between screens in Flutter and how to pass…3d ago3d ago
Published inCodandoTVFlutter Navigation: An intro to AutoRouteNavigation is a very important aspect in any front-end technology since we need a built in way to make transitions between screens and also…Jan 271Jan 271
Published inCodandoTVKMP: Injecting Swift classes via KoinIn a KMP project, sometimes we handle some aspects in very different ways depending on the platform we are implementing. It becomes even…Jan 242Jan 242
Published inCodandoTVWorking with Calendars in FlutterA component that we use a lot in front-end projects but is not so often discussed in depth is the Calendar. Calendars are the most…Dec 20, 20241Dec 20, 20241
Published inCodandoTVA quick introduction to Flutter MVVM with ProvidersMVVM is one of the most widely adopted front-end architectures in the mobile ecosystem and each framework implements it with its own…Nov 8, 20241Nov 8, 20241
Published inCodandoTVFlutter: Implementing native code for iOS and AndroidFlutter works a bit different from KMP regarding specific code implementation. Usually, in Kotlin, we are used to declare hybrid classes…Nov 5, 20241Nov 5, 20241
Published inCodandoTVKotlin Decompose: Component Context capabilities in depthWe covered a lot of the Component concept regarding Decompose in our latest article, however, there are some aspects that were not…Oct 14, 20241Oct 14, 20241
Published inCodandoTVKotlin: Inline functions explained with variationsImagine the following scenario: we have a High Order function which is called from a main scope, and this function may be called several…Sep 16, 20241Sep 16, 20241
Published inStackademicKotlin: Decoupling your Composables to prepare for screenshot testsCertainly you have heard about screenshot tests. It's one of the great layers of our testing pyramid and the basic idea is assuring the…Sep 12, 2024Sep 12, 2024
Published inCodandoTVTab Navigation in Kotlin DecomposeIn the previous article we had a deep introduction to the concepts around Kotlin Decompose and how it's useful to build the navigation…Sep 10, 20241Sep 10, 20241