My Blog

Insights, thoughts and updates

Develop apps for Omarchy (with Flutter)

August 20, 2025

Develop apps for Omarchy (with Flutter)

Designing a user interface that adapts to various screen sizes is a challenge. In this article, I'll share some tips to create truly adaptative user interfaces.

Read more
I changed my mind about Vector Graphics

July 4, 2025

I changed my mind about Vector Graphics

Managing image assets in a Flutter app can quickly become tedious. Learn why vector graphics might not be the silver bullet you thought they were.

Read more
Hidden Gems in My Flutter Toolbox

June 4, 2025

Hidden Gems in My Flutter Toolbox

Discover the lesser-known Flutter packages and tools that have become essential in my development workflow.

Read more
How to Install a Local LLM on macOS in 10 Minutes (and use it in NeoVim)

October 4, 2024

How to Install a Local LLM on macOS in 10 Minutes (and use it in NeoVim)

Learn how to set up a powerful local language model on your Mac in just 10 minutes, and integrate it directly into NeoVim for a seamless coding experience.

Read more
Minimalist Configuration for NeoVim and Flutter

September 24, 2024

Minimalist Configuration for NeoVim and Flutter

A simple and effective setup for using NeoVim as your Flutter development environment, without the complexity of heavy plugins.

Read more
Using Flutter as a source in OBS

April 20, 2024

Using Flutter as a source in OBS

Learn how to create custom animated scenes for your live streams using Flutter as a source in OBS.

Read more
Vim: relearning typing after 10 years of development

April 10, 2024

Vim: relearning typing after 10 years of development

Why I'm learning Vim after a decade of development, and how it's making me rethink the fundamentals of text editing.

Read more
Custom layout with Flutter

October 3, 2023

Custom layout with Flutter

Flutter provides a large library of widgets dedicated to layout. Sometimes, even with this large choice, you can't implement your layout, or you could but it would become far too complex.

Read more
Improved coding style with Dart 3

August 17, 2023

Improved coding style with Dart 3

In this short article, I'm gonna share with you a few concrete use cases where pattern matching and records (introduced with Dart version 3) allowed me to refactor some of my code in a much shorter way!

Read more
Continuous preview of your Flutter app as a webapp

November 27, 2020

Continuous preview of your Flutter app as a webapp

Any mobile application developer encountered the difficulty of deploying his app to his customer's device. Being able to follow the advancement of developments is really important for a customer, and for you to track issues at the earliest stage possible.

Read more
Designing truly adaptative user interfaces

November 25, 2020

Designing truly adaptative user interfaces

Designing a user interface that adapts to various screen sizes is a challenge. In this article, I'll share some tips to create truly adaptative user interfaces.

Read more
Flutter introduction from a Xamarin developer

January 20, 2018

Flutter introduction from a Xamarin developer

As a Xamarin developer, I was curious about Flutter. In this article, I share my first impressions and compare both frameworks.

Read more