Swift Kim

Results 45 comments of Swift Kim

Update: https://github.com/flutter/engine/pull/26562#issuecomment-1114156009

Did you see some error message like this in your TV screen? ``` Fail to Launch your App. [FAIL] Tizen.Flutter.Embedding.dll refers a forbidden assembly directly - flutter_tizen.so :( ``` or...

https://github.com/flutter-tizen/flutter-tizen/issues/245 could be an option but I'm not sure if it will be implemented or not. We need some more work like testing and evaluating performance and usability before adding...

The app should install successfully but if you try to launch the app, nothing will be shown on the screen or a security warning will be displayed. Also Device Manager,...

As stated in [README](https://github.com/flutter-tizen/plugins/tree/master/packages/image_picker#supported-devices), the image_picker_tizen plugin makes use of Tizen 5.5 APIs, so you have to increase your [app's target SDK version](https://github.com/flutter-tizen/plugins/blob/e5d439825c728a83695dd6215f9787c4ef868ea6/packages/image_picker/example/tizen/tizen-manifest.xml#L2) to at least 5.5. By the way,...

This is a known issue that has to be addressed. The problem usually arises when we take both "screen rotation" and "showing a keyboard" into account together. The feature (resizing...

I verified the Flutter Gallery app on RPi4 (arm64) and everything was functional. ```sh $ cat /etc/os-release NAME=Tizen VERSION="7.0.0 (Tizen7/Unified)" ID=tizen VERSION_ID=7.0.0 PRETTY_NAME="Tizen 7.0.0 (Tizen7/Unified)" ANSI_COLOR="0;36" CPE_NAME="cpe:/o:tizen:tizen:7.0.0" BUILD_ID=tizen-unified_20220706.2_tizen-headed-aarch64 ```

Do we still need this activity?

> I tried to make a hybrid app where player works in Web Widget and all other UI is flutter-tizen app, but I stucked with making bridge from Web Widget...

> I found [this](https://docs.tizen.org/application/dotnet/get-started/hybrid-application/) post regarding Hybrid Applications. It describes the flow for wearable devices, but as I can see it can package TV apps as well. Oh, if it's...