DIR Return Create A Forum - Home
---------------------------------------------------------
Infrastructure Services
HTML https://infrastructureservices.createaforum.com
---------------------------------------------------------
*****************************************************
DIR Return to: Application Packaging
*****************************************************
#Post#: 13--------------------------------------------------
Flutter package, sample for installation from scratch
By: udaykirandocs Date: October 6, 2019, 8:17 am
---------------------------------------------------------
Download
zip:
HTML https://storage.googleapis.com/flutter_infra/releases/stable/windows/flutter_windows_v1.9.1+hotfix.4-stable.zip
Reference:
HTML https://flutter.dev/docs/get-started/install/windows
Extract the zip file and place the contained flutter in the
desired installation location for the Flutter SDK (for example,
C:\src\flutter; do not install Flutter in a directory like
C:\Program Files\ that requires elevated privileges).
From the Start search bar, enter ‘env’ and select Edit
environment variables for your account.
Under User variables check if there is an entry called Path:
If the entry exists, append the full path to flutter\bin using ;
as a separator from existing values.
If the entry doesn’t exist, create a new user variable named
Path with the full path to flutter\bin as its value.
*****************************************************