Press "Enter" to skip to content

Posts published in “Flutter”

Flutter Rows and Columns – Understanding Layouts , Design and Alignments

In Flutter, currently there is no toolkit for designing layouts for the application. So you need to create layout manually using codes. Actually creating layout design on flutter is easy and funny. So-many customization is possible with inbuilt properties and styles. Normally Rows, Columns, Container, Card, SizedBox, etc are using for aligning elements, most importantly Rows and Columns, because using rows and column we can design almost anything.