Flutter Navigation with AutoRoute seriesThis series explains in deep the concepts around the AutoRoute navigation framework in Flutter. We explain since the basics about routing…3d ago3d ago
Published inCodandoTVFlutter AutoRoute [Part 4]: Outer Tab NavigationContinuing our Flutter AutoRoute series, let's talk about how to navigate outside our tab flow. Sometimes we will need a route that is…3d ago3d ago
Published inCodandoTVFlutter AutoRoute [Part 3]: Tab NavigationContinuing our Flutter AutoRoute series, there is another aspect in any navigation framework that we should always consider, which is tab…Feb 6Feb 6
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…Feb 11Feb 11
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, 20242Nov 5, 20242
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