-
Notifications
You must be signed in to change notification settings - Fork 67
Add platform view support to flutter_tizen #462
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
Conversation
* This is from the webview_flutter plugin. * Mimic original flutter lib's directory structure. Signed-off-by: Boram Bae <[email protected]>
How about this PR? I just moved this from |
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.
Wow! It's the exactly same what I wanted! 👍
Thanks to @swift-kim |
Signed-off-by: Boram Bae <[email protected]>
Please provide something like flutter-tizen/plugins#54 (review) so that we can track the original source code and make updates later. I think now is the good chance to sync the latest source code from the framework but not just copy the old webview_flutter's code. |
Signed-off-by: Boram Bae <[email protected]>
* Keep syncing this to bin/internal/flutter.version after this patch. Signed-off-by: Boram Bae <[email protected]>
@swift-kim I added sources and update implementations to the latest. |
Signed-off-by: Boram Bae <[email protected]>
4037c43
to
09fd9ea
Compare
// Use of this source code is governed by a BSD-style license that can be | ||
// found in the LICENSE file. | ||
|
||
// ignore_for_file: public_member_api_docs |
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.
This might be removed in the future.
Signed-off-by: Boram Bae <[email protected]>
Signed-off-by: Boram Bae <[email protected]>
Signed-off-by: Boram Bae <[email protected]>
Signed-off-by: Boram Bae <[email protected]>
Signed-off-by: Boram Bae <[email protected]>
Signed-off-by: Boram Bae <[email protected]>
Signed-off-by: Boram Bae <[email protected]>
a52b542
to
29fbcee
Compare
platform_view
to latest influtter
Signed-off-by: Boram Bae [email protected]