The making off SciFiContainer
Using Flutter's CustomPaint to create futuristic looking widgets.
Sep 21, 20243 min read66

Search for a command to run...
Articles tagged with #ui
Using Flutter's CustomPaint to create futuristic looking widgets.

Structuring your UI in Flutter can be tricky. For me the main reason was because both logic and UI code are written in the same language (Dart). This is something I wasn't used to coming from android native development. In this article I will share t...
