Year: 2024

Posted in ASP.NET

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…

Loading

Posted in Flutter

How to use implicit animations in Flutter

How to use implicit animations in Flutter  1. Introduction Many widgets can help manage the animation in…

Loading

Posted in ASP.NET

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…

Loading

Posted in Flutter

Use Drift for ORM in Flutter

1. Introduction Drift is a powerful database library for Dart and Flutter applications. To support its advanced…

Loading

Posted in Flutter

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…

Loading

Posted in Flutter

Use the powerful theme framework in GetX

1. Introduction FlexColorScheme is a very powerful theme framework for Flutter, there is complete documentation and tutorials,…

Loading

Posted in Flutter

Create Flutter project with GetX Pattern

1. Introduction In my previous article, I introduced the GetX framework, but there are several parts needed…

Loading

Posted in Flutter

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…

Loading