
Too many icons make the bar disappear
There are situations, in which you want the user to be able to type only numbers into a form field …
Styling the whole TextField can be done via the InputDecoration. But what if you have special …
When you develop Flutter applications, you barely get around seeing BuildContexts somewhere in the …
When the user navigates from one screen to another, he most likely eventually comes back after he …
We can use the Navigator to navigate from one widget (screen) to another.
If you do not define anything else, then Flutter will react by exiting the app on the (Android) user …
Sometimes it is necessary to migrate from native apps (e. g.
The pull-to-refresh gesture is a popular UI mechanic that is used not only in Google’s Material …
The combination of daylight saving times and DateTime.add() and DateTime.subtract() can cause …