- Operating system: Windows 10 or later (x64)
- Tools:
- VS Code Extension for Tizen (10.1.0 or later)
- Optional: Tizen Studio (6.1 or later, To be deprecated)
- .NET SDK (6.0 or later)
- Git for Windows 2.x (enable the Use Git from the Windows Command Prompt option)
- VS Code Extension for Tizen (10.1.0 or later)
-
Clone this repository to your local hard drive.
git clone https://github.com/flutter-tizen/flutter-tizen.git
-
Add
flutter-tizen\binto 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\binas its value.
- If the entry exists, click Edit... and add a new entry with the full path to
You have to close and reopen any existing console windows for this change to take effect.
-
Verify that the
flutter-tizencommand is available by running:where.exe flutter-tizen