JunsuChoi

Results 62 comments of JunsuChoi

What about dependent on `SHOW` and `HIDE` events of `evas_object_`? I think this can follow the policy of the application or uifw without a separate Pause and Resume setting. (Of...

> > What about dependent on `SHOW` and `HIDE` events of `evas_object_`? > > That's a good idea. If I understand you correctly, it seems that we have two options....

> I have a question, on which scenario will flutterview be used on Tizen? like hybrid app on android: NUI page-->flutter page-->NUI page? or display flutter app as an UI...

> buildroot: https://github.com/bbrto21/buildroot/commit/fdeb7ab9c4a75027f7c0773d8ff2e8ab2a9be2c1 There are two cases so far that use_flutter_cxx disable is needed. (When using `Dali::AnyCast()`, when using `std::string GetUrl()`) When `AnyCast()` uses `std::type_info` and `typeid()` inside a function,...

This PR is based on #416. And I will reopen as soon as engine PR is ready.

> For this PR, do we need to update tizen version to 6.0 or higher on [tizen_tools](https://github.com/flutter-tizen/tizen_tools)? ([here](https://github.com/flutter-tizen/flutter-tizen/issues/351#issuecomment-1183064479) is the known problem with this.) This is an important thing and...

@swift-kim PR is ready for review. Please review this. +) This class is written based on ElmFlutterView. After this PR is merged, I want to make an abstraction (maybe FlutterView?)...

@swift-kim I need to consider the case when the size is not set. When the patch is ready, I will request a review again. https://github.com/JSUYA/flutter-tizen/pull/1

> @swift-kim I need to consider the case when the size is not set. When the patch is ready, I will request a review again. > > [JSUYA#1](https://github.com/JSUYA/flutter-tizen/pull/1) 1. If...

This is NUIFlutterView Sample https://github.com/JSUYA/NUI_FLUTTER_SAMPLE ```c# Window window = NUIApplication.GetDefaultWindow(); View rootView = new View() { WidthSpecification = LayoutParamPolicies.MatchParent, HeightSpecification = LayoutParamPolicies.MatchParent, Layout = new LinearLayout() { LinearOrientation = LinearLayout.Orientation.Vertical...