What is Flutter?

If you are here, you probably already have a good enough understanding of what Flutter is, the most important aspect that you’ve got to keep in mind while reading through this article, is that Flutter allows us to have full control of every single pixel displayed on the screen.

What’s this article about?

Since we have full control on all the pixels, we might want to draw a rectangle like this.

Container(
 height: 40,
 width: 60,
),

#flutter #mobile-apps #programming #developer

Flutter — Effectively scale UI according to different screen sizes
17.65 GEEK