Follow these steps to get started with the Technical assessment Application:
-
Clone the Repository: Clone this repository to your local machine.
git clone https://github.com/shihabkandil/tech-assessment.git
-
Install Dependencies: Navigate into the cloned directory and install the required dependencies.
flutter pub get
for IOS you will need to also run:
cd ios pod install
-
Generate Code: Run build_runner to generate necessary code, if needed.
flutter pub run build_runner build
-
Run the Application: Run the application on an emulator or physical device.
flutter run
-
Explore and Enjoy!: Start exploring and enjoying the Food Delivery Application.