Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.3 KB

File metadata and controls

33 lines (23 loc) · 1.3 KB

Install for Windows

System requirements

Installing flutter-tizen

  1. Clone this repository to your local hard drive.

    git clone https://github.com/flutter-tizen/flutter-tizen.git
  2. Add flutter-tizen\bin to your PATH.

    • 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, click Edit... and add a new entry with the full path to flutter-tizen\bin.
      • If the entry doesn't exist, create a new user variable named Path with the full path to flutter-tizen\bin as its value.

    You have to close and reopen any existing console windows for this change to take effect.

  3. Verify that the flutter-tizen command is available by running:

    where.exe flutter-tizen