-
Notifications
You must be signed in to change notification settings - Fork 17
Remove platform window handle at flutter_platform_view.h #212
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
Remove platform window handle at flutter_platform_view.h #212
Conversation
* It will be replaced by ``FlutterDesktopGetWindow`` Signed-off-by: MuHong Byun <mh.byun@samsung.com>
|
Please also consider deprecating |
Of course. In this case, I guess it seems enough to change its name. BTW, This must have been pretty annoying you until now. Am I right? 😄 |
…Factory`` Signed-off-by: MuHong Byun <mh.byun@samsung.com>
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!
BTW, This must have been pretty annoying you until now. Am I right? 😄
Yeah, I was looking forward to a breaking API change in the platform view API ;)
| public: | ||
| PlatformView(flutter::PluginRegistrar* registrar, | ||
| int view_id, | ||
| void* platform_window) |
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.
platform_window can be removed from constructor.
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.
You're right!! Thanks! 👍
* Remove platform window handle at flutter_platform_view.h * It will be replaced by ``FlutterDesktopGetWindow`` Signed-off-by: MuHong Byun <mh.byun@samsung.com> * Rename ``FlutterRegisterViewFactory`` to ``FlutterDesktopRegisterViewFactory`` Signed-off-by: MuHong Byun <mh.byun@samsung.com>
Signed-off-by: MuHong Byun <mh.byun@samsung.com>
Signed-off-by: MuHong Byun <mh.byun@samsung.com>
Signed-off-by: MuHong Byun <mh.byun@samsung.com>
Signed-off-by: MuHong Byun <mh.byun@samsung.com>
Signed-off-by: MuHong Byun <mh.byun@samsung.com>
Signed-off-by: MuHong Byun <mh.byun@samsung.com>
It will be replaced by
FlutterDesktopGetWindowRelated #209