Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

1. Prerequisites

Mircea MATEI edited this page Mar 4, 2019 · 1 revision

Development environment

In order to have a fluent development the following paths must be added to the environment:

  • the flutter bin folder
  • the pub cache folder
  • the dart-sdk bin folder

Windows 10

Configure PATH

SET flutter_folder="your_local_flutter_folder_path"
SET PATH=%PATH%;%flutter_folder%\bin;%flutter_folder%\.pub-cache\bin;%flutter_folder%\bin\cache\dart-sdk\bin
Clone this wiki locally