An extension to the Flutter SDK for building Flutter applications for Tizen devices.
Flutter and the related logo are trademarks of Google LLC. This project is sponsored and maintained by Samsung Research.
- Smart TV: Tizen 6.0 (2021) or later
- IoT (RPi 3/4): Tizen 6.0 or later
- Galaxy Watch: Not supported (use 3.16.2 or older releases)
flutter-tizen substitutes the original flutter CLI command. Only the command line interface is supported.
# Inspect the installed tooling and list all connected devices.
flutter-tizen doctor -v
flutter-tizen devices
# Set up a new app project, or add Tizen files if the project already exists.
flutter-tizen create myapp
cd myapp
# Build the project and run on a Tizen device (either in debug or release mode).
flutter-tizen run
flutter-tizen run --release- See Supported commands for all available commands and their basic usage. See
[command] -hfor more information on each command. - See Getting started to create your first app and try hot reload.
- To update the flutter-tizen tool, run
git pullin this directory.
Tizen Home: A New Era Built with Flutter
With the release of Tizen 10.0 SDK, Tizen introduces new home, a redesigned entry experience for Tizen devices - and it is built with Flutter using Flutter-tizen. By leveraging Flutter’s expressive UI framework and Tizen’s robust native capabilities, Tizen Home delivers:
- Faster responsiveness
- A refined and modern interface
- A more scalable and adaptable UX
Tizen Home demonstrates how Flutter can power high-performance, production-grade system experiences on Tizen. It stands as a real-world example of how Flutter-tizen enables developers to create seamless, interactive, and visually rich applications for millions of Tizen devices.
If you run into any problem, post an issue in this repository to get help. If your issue is clearly not Tizen-specific (i.e. it's reproducible with the regular flutter command), you may file an issue in https://github.com/flutter/flutter/issues.
This project is community-driven and we welcome all your contributions and feedback. Consider filing an issue or pull request to make this project better.


