https://github.com/flutter-tizen/flutter-tizen
Flutter tools for Tizen
https://github.com/flutter-tizen/flutter-tizen
flutter tizen
Last synced: about 1 month ago
JSON representation
Flutter tools for Tizen
- Host: GitHub
- URL: https://github.com/flutter-tizen/flutter-tizen
- Owner: flutter-tizen
- License: bsd-3-clause
- Created: 2020-11-24T08:13:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2026-04-10T01:46:40.000Z (about 1 month ago)
- Last Synced: 2026-04-10T03:24:21.879Z (about 1 month ago)
- Topics: flutter, tizen
- Language: Dart
- Homepage: https://github.com/flutter-tizen
- Size: 25.8 MB
- Stars: 514
- Watchers: 22
- Forks: 71
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README

# Flutter for Tizen
[](https://github.com/flutter-tizen/flutter-tizen/actions)
An extension to the [Flutter SDK](https://github.com/flutter/flutter) 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._
## Supported devices
- **Smart TV**: [Tizen 6.0 (2021) or later](https://developer.samsung.com/smarttv/develop/specifications/tv-model-groups.html)
- **IoT (RPi 3/4)**: Tizen 6.0 or later
- **Galaxy Watch**: Not supported (use [3.16.2](https://github.com/flutter-tizen/flutter-tizen/tags) or older releases)
## Installation
- [Linux (x64)](doc/linux-install.md)
- [Windows (x64)](doc/windows-install.md)
- [macOS (x64)](doc/macos-install.md)
## Usage
`flutter-tizen` substitutes the original [`flutter`](https://docs.flutter.dev/reference/flutter-cli) CLI command. Only the command line interface is supported.
```sh
# 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](doc/commands.md) for all available commands and their basic usage. See `[command] -h` for more information on each command.
- See [Getting started](doc/get-started.md) to create your first app and try **hot reload**.
- To **update** the flutter-tizen tool, run `git pull` in this directory.
## Docs
#### Tizen basics
- [Setting up Tizen SDK](doc/install-tizen-sdk.md)
- [Configuring Tizen devices for development](doc/configure-device.md)
#### App development
- [Getting started](doc/get-started.md)
- [Debugging apps](doc/debug-app.md)
- [Flutter Docs](https://docs.flutter.dev)
#### Platform integration
- [Flutter plugins for Tizen](https://github.com/flutter-tizen/plugins)
- [Dart bindings for Tizen APIs](https://github.com/flutter-tizen/tizen_interop)
#### Miscellaneous
- [Publishing apps on Samsung Galaxy Store and TV Seller Office](doc/publish-app.md)
- [Wiki](https://github.com/flutter-tizen/flutter-tizen/wiki)
- [AI Rules](doc/ai_rules.md)
## Showcases
#### [Tizen Home](https://samsungtizenos.com/blog/a-new-era-for-tizen-introducing-our-enhanced-home-experience-and-optimized-system-ui-apps/): A New Era Built with Flutter
With the release of [Tizen 10.0 SDK](https://samsungtizenos.com/release-notes/tizen-sdk-10-0/), 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.
## Issues
If you run into any problem, post an [issue](../../issues) 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.
## Contribution
This project is community-driven and we welcome all your contributions and feedback. Consider filing an [issue](../../issues) or [pull request](../../pulls) to make this project better.