5 followers
I'm building apps since the '90 and totally in 💙 with Flutter.
Since Flutter version 1.22, Flutter has built-in support for localization. This works pretty well and you can find the official documentation...
Introduction This article is about exchanging data with a fixed-length data format. It will tell you about the pros and cons of this data format. It...
Intro Theming your Flutter app can be a challenge. This post will try to help you with the following: Provide sensible theme defaults for both...
When dart became ‘non-nullable by default’, an interesting keyword was added to the dart language: ‘late’. Although it might not be so obvious at...
In this part, we are going to add a package to an existing mono-repo. Open a terminal and go to the packages folder. Go to the packages folder cd...
In this part, we are going to add a plugin to an existing mono-repo. Open a terminal and go to the packages folder. Go to the packages folder cd...