Welcome to the Flutter Lab Programs repository! This project contains simple, beginner-friendly programs to help students and developers understand Flutter concepts step-by-step.
Make sure you have these before running any app:
- Flutter SDK (v3.x recommended)
- Android Studio / VS Code
- Emulator or Physical Android/iOS Device
-
Clone the repo
git clone https://github.com/your-username/flutter-lab-programs.git cd flutter-lab-programs -
Navigate to a program
cd program_01_hello_world -
Run the app
flutter pub get flutter run
- Use Hot Reload (
r) to quickly see UI changes. - Always format your code using
flutter format . - Use VS Code with the Flutter extension for better experience.
Pull requests are welcome! Feel free to submit issues or suggest improvements.