{"id":15067702,"url":"https://github.com/flutter-tizen/flutter-tizen","last_synced_at":"2026-04-10T09:04:36.570Z","repository":{"id":36965713,"uuid":"315562597","full_name":"flutter-tizen/flutter-tizen","owner":"flutter-tizen","description":"Flutter tools for Tizen","archived":false,"fork":false,"pushed_at":"2026-04-10T01:46:40.000Z","size":27053,"stargazers_count":514,"open_issues_count":10,"forks_count":71,"subscribers_count":22,"default_branch":"master","last_synced_at":"2026-04-10T03:24:21.879Z","etag":null,"topics":["flutter","tizen"],"latest_commit_sha":null,"homepage":"https://github.com/flutter-tizen","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flutter-tizen.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-11-24T08:13:50.000Z","updated_at":"2026-04-10T01:46:46.000Z","dependencies_parsed_at":"2023-12-22T10:41:31.305Z","dependency_job_id":"5f162a38-d1d7-428b-af19-6b57ca6a8809","html_url":"https://github.com/flutter-tizen/flutter-tizen","commit_stats":{"total_commits":304,"total_committers":17,"mean_commits":17.88235294117647,"dds":"0.24013157894736847","last_synced_commit":"3c63ff8d76521805ee0c256b3481dec9fc351b6d"},"previous_names":[],"tags_count":44,"template":false,"template_full_name":null,"purl":"pkg:github/flutter-tizen/flutter-tizen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flutter-tizen%2Fflutter-tizen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flutter-tizen%2Fflutter-tizen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flutter-tizen%2Fflutter-tizen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flutter-tizen%2Fflutter-tizen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flutter-tizen","download_url":"https://codeload.github.com/flutter-tizen/flutter-tizen/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flutter-tizen%2Fflutter-tizen/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31635971,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T07:40:12.752Z","status":"ssl_error","status_checked_at":"2026-04-10T07:40:11.664Z","response_time":98,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["flutter","tizen"],"created_at":"2024-09-25T01:26:12.212Z","updated_at":"2026-04-10T09:04:36.503Z","avatar_url":"https://github.com/flutter-tizen.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg src=\"doc/images/tizen_logo.png\" width=\"500\"/\u003e\u003c/p\u003e\n\n# Flutter for Tizen\n\n[![Test](https://github.com/flutter-tizen/flutter-tizen/workflows/Test/badge.svg)](https://github.com/flutter-tizen/flutter-tizen/actions)\n\nAn extension to the [Flutter SDK](https://github.com/flutter/flutter) for building Flutter applications for Tizen devices.\n\n_Flutter and the related logo are trademarks of Google LLC. This project is sponsored and maintained by Samsung Research._\n\n## Supported devices\n\n- **Smart TV**: [Tizen 6.0 (2021) or later](https://developer.samsung.com/smarttv/develop/specifications/tv-model-groups.html)\n- **IoT (RPi 3/4)**: Tizen 6.0 or later\n- **Galaxy Watch**: Not supported (use [3.16.2](https://github.com/flutter-tizen/flutter-tizen/tags) or older releases)\n\n## Installation\n\n- [Linux (x64)](doc/linux-install.md)\n- [Windows (x64)](doc/windows-install.md)\n- [macOS (x64)](doc/macos-install.md)\n\n## Usage\n\n`flutter-tizen` substitutes the original [`flutter`](https://docs.flutter.dev/reference/flutter-cli) CLI command. Only the command line interface is supported.\n\n```sh\n# Inspect the installed tooling and list all connected devices.\nflutter-tizen doctor -v\nflutter-tizen devices\n\n# Set up a new app project, or add Tizen files if the project already exists.\nflutter-tizen create myapp\ncd myapp\n\n# Build the project and run on a Tizen device (either in debug or release mode).\nflutter-tizen run\nflutter-tizen run --release\n```\n\n- See [Supported commands](doc/commands.md) for all available commands and their basic usage. See `[command] -h` for more information on each command.\n- See [Getting started](doc/get-started.md) to create your first app and try **hot reload**.\n- To **update** the flutter-tizen tool, run `git pull` in this directory.\n\n## Docs\n\n#### Tizen basics\n\n- [Setting up Tizen SDK](doc/install-tizen-sdk.md)\n- [Configuring Tizen devices for development](doc/configure-device.md)\n\n#### App development\n\n- [Getting started](doc/get-started.md)\n- [Debugging apps](doc/debug-app.md)\n- [Flutter Docs](https://docs.flutter.dev)\n\n#### Platform integration\n\n- [Flutter plugins for Tizen](https://github.com/flutter-tizen/plugins)\n- [Dart bindings for Tizen APIs](https://github.com/flutter-tizen/tizen_interop)\n\n#### Miscellaneous\n\n- [Publishing apps on Samsung Galaxy Store and TV Seller Office](doc/publish-app.md)\n- [Wiki](https://github.com/flutter-tizen/flutter-tizen/wiki)\n- [AI Rules](doc/ai_rules.md)\n\n## Showcases\n\n#### [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\n\nWith 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.\nBy leveraging Flutter’s expressive UI framework and Tizen’s robust native capabilities, Tizen Home delivers:\n\n- Faster responsiveness\n- A refined and modern interface\n- A more scalable and adaptable UX\n\nTizen 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.\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"doc/images/showcases_tizen_home.png\" width=\"600\"/\u003e\n\u003cimg src=\"doc/images/showcases_tizen_home_demo.webp\" width=\"600\"/\u003e\n\u003c/p\u003e\n\n## Issues\n\nIf 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.\n\n## Contribution\n\nThis 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.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflutter-tizen%2Fflutter-tizen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflutter-tizen%2Fflutter-tizen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflutter-tizen%2Fflutter-tizen/lists"}