All Projects → flutter-tizen → flutter-tizen

flutter-tizen / flutter-tizen

Licence: BSD-3-Clause License
Flutter tools for Tizen

Programming Languages

dart
5743 projects
C#
18002 projects
C++
36643 projects - #6 most used programming language
python
139335 projects - #7 most used programming language
shell
77523 projects
Batchfile
5799 projects
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to flutter-tizen

rtsp-samsung-tv
Display RTSP streams from IP Cameras on Samsung Smart TV (Tizen TV)
Stars: ✭ 40 (-85.66%)
Mutual labels:  tizen
qmlcore-tv
Smart TV PureQML plugin (LG, Samsung, OperaTV, AndroidTV, Hisense)
Stars: ✭ 23 (-91.76%)
Mutual labels:  tizen
api
Machine Learning API (Origin: C++: SNAP, C/C#: Tizen API, Java: Samsung-Research ML API)
Stars: ✭ 16 (-94.27%)
Mutual labels:  tizen
plugins
Flutter plugins for Tizen
Stars: ✭ 40 (-85.66%)
Mutual labels:  tizen
nntrainer
NNtrainer is Software Framework for Training Neural Network Models on Devices.
Stars: ✭ 92 (-67.03%)
Mutual labels:  tizen
tizen-studio-arch
How to install TizenStudio on Arch Linux
Stars: ✭ 31 (-88.89%)
Mutual labels:  tizen
react-tv-navigation
React Navigation for TVs
Stars: ✭ 64 (-77.06%)
Mutual labels:  tizen
Reactiveui
An advanced, composable, functional reactive model-view-viewmodel framework for all .NET platforms that is inspired by functional reactive programming. ReactiveUI allows you to abstract mutable state away from your user interfaces, express the idea around a feature in one readable place and improve the testability of your application.
Stars: ✭ 6,709 (+2304.66%)
Mutual labels:  tizen

Flutter for Tizen

Test

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

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

Supported devices

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 -v
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 (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] -h for 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 pull in this directory.

Docs

Tizen basics

App development

Accessing Tizen native APIs

Others

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].