1. Home
  2. Docs
  3. Flutter Store Manager
  4. Get 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.0.0, on macOS 12.3.1 21E258 darwin-x64, locale
    en-VN)
[✓] Android toolchain - develop for Android devices (Android SDK version 30.0.3)
[✓] Xcode - develop for iOS and macOS (Xcode 13.2.1)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2021.1)
[✓] VS Code (version 1.66.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 Store manager 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?