1. Home
  2. Docs
  3. Mdelicious – Documents
  4. Getting started
  5. Development environment

Development environment

The app use Flutter is an open-source framework by Google follow these instructions to install on your computer: https://docs.flutter.dev/get-started/install

Run flutter doctor to show information about the installed tooling:

Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.7.0, on macOS 13.1 22C65 darwin-x64, locale en-VN)
[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.1)
[✓] Xcode - develop for iOS and macOS (Xcode 14.2)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2022.1)
[✓] VS Code (version 1.72.2)
[✓] Connected device (2 available)
[✓] HTTP Host Availability

• No issues found!

Note1: If you already set up Flutter on your computer you can skip this step.

Note2: After installing successfully you can create an example project and run it on your computer to ensure everything working correctly before running Mdelicious app.

Note3: We do not support any issue related to set up in this step.

Was this article helpful to you? Yes No

How can we help?