Blog Posts

15 posts

Fix a Flutter framework issue from scratch

December 12, 2025 · opensource flutter contribute

Hi, I’m Huy, GitHub handle @huycozy.
I’m currently working as Flutter open-source engineer at Codemagic.
So far, I’ve had 41 PRs merged into the Flutter repository.

Read more →


Publish a landing page with a custom domain for your product

November 21, 2025 · landing-page

In this article, I will use GitHub page (github.io) as it’s free and a custom domain purchased from Namecheap

Read more →


Resolving "Xcode issue UnityAds.h file not found" error when building iOS on Unity

November 19, 2025 · unity ios

I tried this way and it seems to work for me:

Read more →


Design Systems in Flutter: Today, Tomorrow, and Beyond

November 19, 2025 · flutter community gdg techtalks

At GDG DevFest Hanoi on 15 November 2025, I had the opportunity to share a topic about “Design Systems in Flutter: Today, Tomorrow, and Beyond”.

Read more →


11 manual tests before publishing your Flutter app

August 07, 2025 · app-development flutter testing publishing

  1. Run flutter analyze, flutter run -v, and go through the output logs.
    This helps you catch unresolved warnings in the code and also check if you’ve accidentally printed any sensitive informati...

Read more →


Compiling Flutter Engine Locally - What changes after monorepo (Part IV)

February 23, 2025 · flutter

Since Flutter monorepo is now complete, there are some updates to the engine compilation process. This article will guide you through the updated steps and help troubleshoot common issues you may enco...

Read more →


Compiling Flutter Engine Locally - Web engine (Part III)

March 24, 2024 · tutorial flutter engine

In this part, we will try building Web engine and also handle some errors that may happen during the build. We will use felt tool for this. Before using it, let's add it to your PATH environment varia...

Read more →


Streamlining exiting your Flutter desktop app with Shortcut keys

March 09, 2024 · tutorial flutter shortcuts desktop-apps

Flutter has emerged as a versatile framework for developing desktop applications, offering extensive support for handling keyboard events and providing a seamless user experience.

Read more →


Integrating Flutter module into your iOS SwiftUI project in 5 steps

March 09, 2024 · tutorial ios flutter swiftui

In certain scenarios, undertaking the extensive task of migrating or rewriting an entire existing application using Flutter may demand a considerable amount of effort, a factor that companies usually ...

Read more →


Compiling Flutter Engine Locally - Apply a fixed commit (Part II)

March 09, 2024 · tutorial flutter engine

Welcome back to the second part of the series on compiling the Flutter engine locally. In the first article, we learned how to build the engine using the latest version. Now, we'll explore how to buil...

Read more →


Compiling Flutter Engine Locally - Getting Started (Part I)

March 09, 2024 · tutorial flutter engine

Flutter empowers developers to dive deeper into the framework by compiling its engine locally. This process not only enables customization but also facilitates contributions to the open-source communi...

Read more →


Bisecting regression issue in Flutter

March 09, 2024 · framework flutter git git-bisect

Flutter is a popular framework for building cross-platform applications. However, regression issues may arise occasionally due to the introduction of a bad commit. Identifying and isolating these prob...

Read more →


Crafting responsive Desktop UI for OverlayEntry in Flutter

March 09, 2024 · tutorial desktop flutter

In Flutter, OverlayEntry allows developers to create overlay widgets on top of existing UI elements. In this article, we will dive into the process of creating OverlayEntry, tackling the challenge of ...

Read more →


Releasing Flutter projects on GitHub

March 09, 2024 · github opensource flutter

Flutter is a popular open-source framework for building high-performance, high-fidelity mobile, web, and desktop applications. If you’re working on a Flutter project and want to distribute it on GitHu...

Read more →


Introduction to NetShare - Flutter opensource project

March 09, 2024

It’s been a few months since I first launched NetShare on Twitter, and I’m so excited to announce the release of a new version that brings new features and improvements. For those of you who may have ...

Read more →