You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.
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