Skip to content

Setup Guide

Ayan G. edited this page May 13, 2026 · 1 revision

Setup Guide πŸš€

Follow these steps to set up and run the app:

Prerequisites πŸ› οΈ

  1. Install Flutter on your system. πŸ“₯
  2. 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 πŸ–₯️
  3. Verify your Flutter installation by running:
    flutter doctor
    βœ… This will check if everything is set up correctly.

Installation πŸ“‚

  1. Clone the repository: πŸ™
    git clone https://github.com/AOSSIE/docpilot.git
    cd docpilot
  2. Fetch the dependencies: πŸ“¦
    flutter pub get

Running the App ▢️

  1. Generate required files: πŸ› οΈ
    flutter pub run build_runner build --delete-conflicting-outputs
    βœ… This command generates necessary files for the app to run properly.
  2. Connect your device or start an emulator. πŸ”Œ
  3. Run the app using the following command: πŸƒ
    flutter run

Clone this wiki locally