Swift Kim

Results 112 comments of Swift Kim

https://github.com/flutter-tizen/flutter-tizen/pull/516 didn't help this issue. There's no one calling `DartPluginRegistrant.ensureInitialized` when the app is hot restarted by VS Code, so the problem is still there. Not sure how it works...

I don't have an answer to your question but I know a hacky way to update an _already installed_ application from USB if you managed to install it for the...

It depends, but in my experience it should be less than two weeks. It may take longer if you select more than one _service country_ or select too many _model...

Could you try this command in the project directory (`demoapp`) and see if there's any error? ```sh sdb install build\tizen\tpk\com.example.demoapp-1.0.0.tpk ``` Also what is the "Tizen t-0415-3" emulator model? Does...

@JSUYA Well, C# and Tizen FX are officially supported according to https://developer.samsung.com/smarttv/develop/specifications/general-specifications.html?device=signage

We can simply use the term "x64" (instead of x86_64) for consistency with the current codebase and flutter_tools.

@JSUYA Could you please check? I haven't looked into the details but we may need to rewrite the Tizen implementation to support both APIs (the `Async` and `Cache` versions).

Should have been fixed by https://github.com/flutter-tizen/plugins/pull/748. Thank you all.

You can't have a **single** TPK that works for all OS versions when using the avplay plugin. Instead, you have to create **multiple** TPKs by manually editing the `api-version` value...