44 followers
A freelance mobile apps developer with Flutter based in Japan. Writing articles mainly focusing on the mechanism of the Flutter framework and popular libraries, such as Riverpod.
First of all, I must note that reading the official document of "Understanding constraints" is a best choice to understand this topic in most...
Many of you know every single Widgets has a constructor parameter called key. Key is one of the fundamental mechanisms in Flutter to manage Widgets,...
I’m 100% sure that every single Flutter dev knows BuildContext. We can’t build apps without this object given as an argument of build() methods....
Learning architecture patterns for software development is crucial for a "better" development experience. However, applying a certain architecture...
In the previous article, I introduced a step-by-step guide to making macro...
Have you experienced boilerplate issues in developing Flutter apps? I do. I always write static route() methods for an argument for...