Hi there 👋 🔭 I’m currently working as Flutter Open Source Engineer 💙 Alongside my technical work, I have a passion for open-source projects and sharing knowledge through writing blog posts.
Nothing here yet.
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”. It was an energizing room, with many developers and curious people wanting to understand how UI, framewor...

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 information to the console. Run flutter run --profile. Use Flutter ...
