Swift Kim

Results 15 issues of Swift Kim

Contributes to https://github.com/flutter-tizen/flutter-tizen/issues/351. Changes: - Add the C# version of C++'s `ElmFlutterView` class. - Add `IsRunning` to `FlutterApplication` and `FlutterServiceApplication` and replace `Engine.IsValid` with `IsRunning` (for overall consistency). - Add...

The [FlutterFire Dart SDK](https://invertase.io/blog/announcing-flutterfire-desktop) is under active development and we may be able to use it in Tizen apps in the near future. GitHub repo: https://github.com/invertase/flutterfire_desktop Please check the current...

plugins

Dart supports compiling Dart code into JavaScript code, so we could support converting Flutter web apps into Tizen web applications (WGT). This will enable several new scenarios such as, -...

enhancement

The following error may occur during `flutter-tizen build tpk` or `flutter-tizen run` for projects created before adc4df2190678dac0d4b21dacffb2ebab19a576b. ``` Launching tizen/flutter/generated_main.dart on Tizen M-6.5-x86 in debug mode... Exception: Failed to build...

bug

Targeting Flutter 3.19.2. - Align with the updated Flutter tools. - Increase the minimum Dart SDK version to 3.3.

[This fix](https://github.com/dotnet/runtime/commit/5b0c6dd5756eea63a57b1f69b182f7386da0f631) is available as of .NET 6 (which is our [minimum requirement](https://github.com/flutter-tizen/flutter-tizen/blob/master/doc/linux-install.md)) and it is no longer necessary to restore the permissions.

We regret to inform you that our support for Tizen smartwatch devices (Galaxy Watch 3 and older) will be discontinued in the near future. This decision, while difficult, comes as...

https://github.com/flutter-tizen/flutter-tizen/wiki/Debugging-the-flutter%E2%80%91tizen-tool The guide in the above link is no longer conformant with the latest Dart extension. VS Code asks me to "Select a device to use" when I start debugging.

bug

How to reproduce: 1. Launch the webview_flutter_tizen example app. 2. [Attach to the app](https://github.com/flutter-tizen/flutter-tizen/blob/master/doc/debug-app.md) in VS Code. 3. Hot restart the app (`Ctrl`+`Shift`+`F5`). 4. An `AssertionError` is raised by `CookieManager`...

bug
plugins

As a continuation of https://github.com/flutter-tizen/flutter-tizen/issues/481, we will eventually remove the Evas GL rendering backend support from the Tizen embedder, to reduce our maintenance burden and focus only on EGL renderer...

embedder
embedding