-
-
Notifications
You must be signed in to change notification settings - Fork 10
Setup Guide
Ayan G. edited this page May 13, 2026
·
1 revision
Follow these steps to set up and run the app:
- Install Flutter on your system. π₯
- Ensure you have the following installed:
- Dart SDK (comes with Flutter) π―
- Android Studio or Xcode (for mobile development) π±
- A device emulator or a physical device for testing π₯οΈ
- Verify your Flutter installation by running:
β This will check if everything is set up correctly.
flutter doctor
- Clone the repository: π
git clone https://github.com/AOSSIE/docpilot.git cd docpilot - Fetch the dependencies: π¦
flutter pub get
- Generate required files: π οΈ
β This command generates necessary files for the app to run properly.
flutter pub run build_runner build --delete-conflicting-outputs
- Connect your device or start an emulator. π
- Run the app using the following command: π
flutter run
- For troubleshooting, refer to the Flutter documentation. π