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. 📖