Languages

Menu
Sites
Language
wgt file for flutter-tizen

Is it necessary to have .wgt file in fultter-tizen? if so how do I find or create the .wgt file. I have searched for .wgt file in my sample flutter-tizen project but couldnt find the  .wgt file. According to the documentation we need a .wgt file to install the tizen smart tv app in tv, not the .tpk file. So how do I create a .wgt file in flutter-tizen project.

Edited by: Ale Russ on 08 Sep, 2021

Responses

1 Replies
Sangwook Kim

flutter-tizen currently only supports exporting Flutter apps to TPK format. The resulting app package is not a web application, but a .NET application containing some machine code (not JavaScript). You can build and install a .tpk file onto your TV device (running Tizen 6.0 or newer) by simply typing the "flutter-tizen run --release" command in your project directory, or using "sdb install" if you already have a pre-built .tpk file.

Please leave an issue in https://github.com/flutter-tizen/flutter-tizen/issues for any further inquiry. Thanks!