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…
How to create an internal HTTP server via Flutter for uploading file
1. Introduction If you want to let user upload files to the app through the browser on…
How the GetX easy to use in Flutter
1. Introduction Flutter is a powerful and cross-platform mobile app development framework, it’s easy to learn and…
Generate PDF with Free Spire.PDF in .Net Core and download in Angular
1. Introduction If you want to handle the PDF in .Net project, I think you would know…