Some Common Widgets in Flutter and Dart

As I'm learning flutter and dart language for Mobile Apps Development so I will try to share my knowledge on this blog. In flutter framework everything is widget. And the full structure is look like tree.

So here is the most common widgets that are used on this framework.

Layout : Row, Column, Scafflold, Stack
Structure: Button, Toast, MenuDrawer
Styles: TextStyle, Color
Animations: FadeInPhoto, transformations
Positioning and alignment: Center, Padding


0 Comments