Add Jetpack Compose to your existing Android XML base and Navigation Component

25-Jun-2024 - Sophoun

As an Android developer, I love what's new in Android like, Jetpack libraries and Kotlin multiplatform.

For me, the Jetpack Compose is interesting and has a l...

Flutter: GoRouter with ShellRoute

25-Jun-2024 - Sophoun

Hi, this is my third blog. This blog will explain to you how to use GoRouter with the ShellRoute in the Flutter application.

I think you already know about...

The easy way to manage the state of Flutter using flutter_hooks

02-Oct-2023 - Sophoun

I saw a lot of people talking about state management in Flutter like bloc, provider, riverpod, and others. But not of those people mention about `flutter...

Flutter: Routing using GoRouter

06-Mar-2023 - Sophoun

Hi reader, today I want to show you how I work with GoRouter. GoRouter is a Flutter library that currently maintains by the Flutter team. With GoRouter it can ...