/tech-assessment

Technical assessment using Flutter framework

Primary LanguageDart

Flutter Technical assessment

Getting Started

Follow these steps to get started with the Technical assessment Application:

  1. Clone the Repository: Clone this repository to your local machine.

    git clone https://github.com/shihabkandil/tech-assessment.git
  2. 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
  3. Generate Code: Run build_runner to generate necessary code, if needed.

    flutter pub run build_runner build
  4. Run the Application: Run the application on an emulator or physical device.

    flutter run
  5. Explore and Enjoy!: Start exploring and enjoying the Food Delivery Application.