Posts

Showing posts from November, 2022

Flutter Basics

Hi buddy,     If you are android developer , now learning flutter this will helpful for you.     Android UI everything Base of  View , Flutter UI its Widget     Widget have two types              1) StatefulWidget (dynamic UI)              2) StatelessWidget ( static UI) Flutter Basic widget 1) Text Used for creating styled text 2) Row, Column Used for creating layout horizontal and vertical 3) Stack Used for positioning layout like top, bottom, left, right 4) Container Used for decorate border/shadow