mirror of
https://github.com/PoojaB26/FlutterBasicWidgets.git
synced 2026-04-05 14:29:05 +08:00
26 KiB
26 KiB
Basic Widgets Examples
This is aimed for complete beginners in Flutter, to get them acquainted with the various basic widgets in Flutter.
Run this project
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.
Still want to run the project?
- Fork this project.
- Rename the directory to "flutter_widgets" or something with all_lowercase_and_underscore. (Unfortunately Flutter doesnt like CamelCases)
- In your terminal, run
flutter create .This will create the android and iOS projects for you. - Run in your emulator or simulator.
This project helped you? Buy me a cupcake to support me! 
Examples
Text
Try out Text widget and it's properties directly from DartPad
AppBar
Try AppBar examples directly from DartPad
Container
Try Container examples directly from DartPad
Column
Try Column examples directly from DartPad
Row
Try Row examples directly from DartPad
Buttons
Try Buttons examples directly from DartPad
Stack
Try Stack examples directly from DartPad
TextFields
Try TextFields examples directly from DartPad
Contributors
Pooja Bhaumik
Getting Started
For help getting started with Flutter, view our online documentation.





































