Flutter — Creating Elegant UIs with Containers

Maneesha Erandi
3 min readJan 18, 2021

When creating amazing UI screens with flutter, Container Widget plays a major role. I really like to add the Container widget in many places as it really helps me to create the desired UI easily and quickly.

I hope this article will be really helpful for the beginners.

Let’s see what we can do with Containers to make our UI more attractive.

To create a simple square or a rectangle we can create a Container for a given width and a height (you can see that this example has also avoid the use of an…

--

--