Year: 2024
How to Use Runtime Messages in Asp.net Core
1. Introduction When you are creating the APIs, you should need to handle many messages and return…
How to use implicit animations in Flutter
How to use implicit animations in Flutter 1. Introduction Many widgets can help manage the animation in…
How to support multiple appsettings in asp.net 8
1. Introduction Most of time, we need to publish a .Net Core project to difference environment with…
Use Drift for ORM in Flutter
1. Introduction Drift is a powerful database library for Dart and Flutter applications. To support its advanced…
Create Flutter audio player in the background
1. Introduction There are several packages (e.g. assets_audio_player, audioplayers, just_audio) can handle audio play in Flutter, but…
Use the powerful theme framework in GetX
1. Introduction FlexColorScheme is a very powerful theme framework for Flutter, there is complete documentation and tutorials,…
Create Flutter project with GetX Pattern
1. Introduction In my previous article, I introduced the GetX framework, but there are several parts needed…
How to listen the app lifecycle event after Flutter 3.13
1. What’s the App lifecycle state in Flutter? In Flutter, there are several lifecycle events that you…