04 Exp 01 PDF
04 Exp 01 PDF
Experiment No.1
Objective:
To set up and configure the Flutter development environment on a system for
building cross-platform mobile applications.
1. System Requirements
Before installing Flutter, ensure that your system meets the following requirements:
For Windows:
For macOS:
For Linux:
2. Installation Steps
Step 1: Download Flutter SDK
mv flutter ~/development/
export PATH="$PATH:`pwd`/flutter/bin"
3. Verify Installation
flutter doctor
Run:
cd my_app
flutter run
Conclusion:
You have successfully installed and configured the Flutter environment on your system. You
can now start developing cross-platform mobile applications using Flutter! 🚀