7 followers
I'm building apps since the '90 and totally in π with Flutter.
Some pitfalls with versionCode and keystores Β· In my experience with Line of Bussiness apps, apps are not distributed by the Google Play store, but by an...
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...