-
Notifications
You must be signed in to change notification settings - Fork 17
Add FlutterDesktopViewGetNativeHandle #314
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add FlutterDesktopViewGetNativeHandle #314
Conversation
Swanseo0
commented
Jul 13, 2022
- Makes all tizen view types be able to get target container handle.
There was a problem hiding this 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.
JSUYA
left a comment
There was a problem hiding this 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.
When I read and thought about what you said, |
df099bb to
a3ca75c
Compare
bbrto21
left a comment
There was a problem hiding this 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.
|
Is the tool side PR ready? Make sure to remove |
When this PR enters, a PR that applies modifications to the flutter-tizen repo is prepared.
|
b636a5d to
d707a7c
Compare
* 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
Makes all tizen view types be able to get target container handle. Signed-off-by: swan.seo <swan.seo@samsung.com>