Skip to content

wscho77/flutter-tizen

 
 

Repository files navigation

Flutter for Tizen

Dart

An extension to the Flutter SDK for building Flutter applications for Tizen devices.

Note: This project is under development and available for testing purposes only.

Flutter and the related logo are trademarks of Google LLC. We are not endorsed by or affiliated with Google LLC.

Supported devices

  • Watch: Tizen 4.0 (2018) or later
  • TV: Tizen 6.0 (2021) or later (older models are not supported due to security reasons)
  • Emulator: Tizen 4.0 or later

Installation

Usage

flutter-tizen substitutes the original flutter CLI command. Only the command line interface is supported.

# Inspect the installed tooling and connected devices.
flutter-tizen doctor
flutter-tizen devices

# Set up a new project in the current directory, or add Tizen files if a Flutter project already exists.
flutter-tizen create .

# Build the project and run on a Tizen device. Use `-d [id]` to specify a device ID.
flutter-tizen run
flutter-tizen run --release
  • See Supported commands for all available commands and their basic usage. See [command] -h for more information about each command.
  • See Getting started to create your first app and try hot reload.
  • To update the flutter-tizen tool, run git pull in this directory.

Docs

Tizen basics

App development

Plugins

Publishing

Advanced

Issues

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.

Contribution

This project is community-driven and we welcome all your contribution and feedbacks. Consider filing an issue or pull request to make this project better.

Releases

No releases published

Packages

No packages published

Languages

  • Dart 83.5%
  • C# 9.3%
  • Python 4.2%
  • C++ 2.6%
  • Batchfile 0.4%