Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 1.16 KB

File metadata and controls

43 lines (35 loc) · 1.16 KB

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