Demystify flutter constraints rules: Sizes go up (Part 2)

1 · Burhanuddin Rashid · Sept. 4, 2021, 3:04 a.m.
In the previous article Constraints go down, we learn that flutter constraints follow this simple rule. Constraints go down. Sizes go up. Parent sets position. This is my attempt to explain how the flutter constraints work and how we can use them in our day-to-day flutter development. The series is divided into three articles based on the above rule, explaining each rule with examples, common errors, and its solutions. This article focuses on the second rule “Sizes go up”. So Let’s get started. ...