SETTING UP THE MOBILE APP
Setting Up the Mobile App (Flutter)
Install Flutter SDK
1. Download Flutter SDK: https://flutter.dev/docs/get-started/install
2. Add Flutter to your system path:
- Extract the Flutter SDK to your preferred location.
- Add Flutter to PATH:
- For Windows: Add C:\flutter\bin to Environment Variables.
3. Verify the installation:
flutter doctor