- Operating system: macOS (Intel 64-bit)
- Tools:
- Python 3 (3.6 or later)
- Tizen Studio (4.0 or later)
- .NET SDK (3.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 (
.bash_profileor.bashrcif using Bash, and.zshrcif using Z shell) by running:echo "export PATH=`pwd`/flutter-tizen/bin:\$PATH" >> ~/.bash_profile
You have to run
source ~/.bash_profileor open a new terminal window for this change to take effect. -
Verify that the
fluter-tizencommand is available by running:which flutter-tizen