Skip to content

Conversation

@Swanseo0
Copy link

  • Makes all tizen view types be able to get target container handle.

Copy link

@bbrto21 bbrto21 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for contribution.

Copy link
Member

@JSUYA JSUYA left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the name Container appropriate?
How about NativeHandle? I think we can come up with a better name.

@bbrto21 bbrto21 linked an issue Jul 14, 2022 that may be closed by this pull request
@Swanseo0
Copy link
Author

Is the name Container appropriate? How about NativeHandle? I think we can come up with a better name.

When I read and thought about what you said, Container seemed to have a strong content of the Container Object of the view elementary. But NativeHandle seems to be more suitable in the sense of the handle of container and window.

@Swanseo0 Swanseo0 force-pushed the swan/dev branch 2 times, most recently from df099bb to a3ca75c Compare July 14, 2022 07:05
@Swanseo0 Swanseo0 changed the title Add FlutterDesktopViewGetContainer Add FlutterDesktopViewGetNativeHandle Jul 14, 2022
Copy link

@bbrto21 bbrto21 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. I leave a few more comments below.

@swift-kim
Copy link
Member

Is the tool side PR ready? Make sure to remove FlutterDesktopPluginRegistrarGetNativeWindow from the C# embedding's Interop.cs.

@Swanseo0
Copy link
Author

Swanseo0 commented Aug 2, 2022

Is the tool side PR ready? Make sure to remove FlutterDesktopPluginRegistrarGetNativeWindow from the C# embedding's Interop.cs.

When this PR enters, a PR that applies modifications to the flutter-tizen repo is prepared.

  • Change Engine hash
  • Remove FlutterDesktopPluginRegistrarGetNativeWindow
  • Add FlutterDesktopPluginRegistrarGetView
  • Add FlutterDesktopViewGetNativeHandle

@Swanseo0 Swanseo0 force-pushed the swan/dev branch 2 times, most recently from b636a5d to d707a7c Compare August 10, 2022 10:02
@Swanseo0 Swanseo0 changed the base branch from flutter-3.0.0-tizen to flutter-3.0.5-tizen August 10, 2022 10:55
* Makes all tizen view types be able to get target container handle.

Signed-off-by: swan.seo <swan.seo@samsung.com>
 - Remove FlutterDesktopPluginRegistrarGetNativeHandle
 - Add FlutterDesktopPluginRegistrarGetView
 - Change the order of the declaration of GetRenderTargetDisplay and GetNativeHandle
@swift-kim swift-kim merged commit 0948a08 into flutter-tizen:flutter-3.0.5-tizen Aug 16, 2022
swift-kim pushed a commit that referenced this pull request Sep 1, 2022
Makes all tizen view types be able to get target container handle.

Signed-off-by: swan.seo <swan.seo@samsung.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Provides API to pass native handle of Tizen view to user

5 participants