- Operating system: macOS
- The Rosetta translation environment must be available if you're installing on an Apple Silicon Mac.
sudo softwareupdate --install-rosetta --agree-to-license
- The Rosetta translation environment must be available if you're installing on an Apple Silicon Mac.
- Tools:
- VS Code Extension for Tizen (10.1.0 or later)
- Optional: Tizen Studio (6.1 or later, To be deprecated)
- Tizen Emulator is not available on an Apple Silicon Mac as of Tizen Studio 6.0.
- .NET SDK (6.0 or later)
git(either standalone or integrated with Xcode)
- 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.export PATH="`pwd`/flutter-tizen/bin:$PATH"
This command sets your PATH variable for the current terminal window only. To permanently add to your PATH, edit your config file (
.zshrcfor zsh, and.bash_profilefor bash) by running:echo "export PATH=\"`pwd`/flutter-tizen/bin:\$PATH\"" >> ~/.zshrc
You have to run
source ~/.zshrcor open a new terminal window for this change to take effect. -
Verify that the
flutter-tizencommand is available by running:which flutter-tizen