In this session, we will learn to tackle complex UIs and how to define their declarative structure easily in code and we will also explore the variety of widgets available in Flutter and how to effectively choose the right one for the job
Tag: widgets
In Blogs, FlutterTags common-error, constraints, Flutter, parents, position, widgets1 Comment
Burhanuddin Rashid
In the previous article, 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 …
When we start to learn flutter from simple layout examples, everything works as expected. The widgets are aligned and sized properly. But once our application starts to grow especially when we have more dynamic UI, we …
Social Profiles