This is aimed for complete beginners in Flutter, to get them acquainted with the various basic widgets in Flutter.
EDIT : No need of running the project, simply run the code in the new official Flutter online compiler DartPad. All the DartPad links are given along with the example.
- Fork this project.
- You don't need an emulator or simulator to run this anymore, web component has been added!
Try out Text widget and it's properties directly from DartPad
Try AppBar examples directly from DartPad
Try Container examples directly from DartPad
Try Column examples directly from DartPad
Try Row examples directly from DartPad
Try Buttons examples directly from DartPad
Try Stack examples directly from DartPad
Pooja Bhaumik
For help getting started with Flutter, view our online documentation.