[App development Journal] Day 24: Absolute positioning of the Flutter UI
Let’s learn about Flutter UI absolute positioning When I tried to type on the keyboard in Flutter, the predefined UI would move up. To avoid this, I fixed the UI to an absolute position. Daily Todos Why use a SingleChildScrollView? Today we’re going to talk about the SingleChildScrollView, also known as the magic scroll. The … Read more