Skip to content
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 texture header file unpack command to flutter_tools for GLFW shell (#30718). #36818

Closed
wants to merge 1 commit into from

Conversation

cloudwebrtc
Copy link

@cloudwebrtc cloudwebrtc commented Jul 24, 2019

Description

Fix #30718

Depends on the following:
flutter/engine#9822
flutter/buildroot#275

Related Issues

#30718

Tests

I did the tests on Windows 10 x64 and Ubuntu Linux 16.04 x64.
Correctly copy flutter_texture_registrar.h from src/out/host_debug and complete the flutter app compilation.
Use the following command:
flutter build linux --local-engine=host_debug --debug
flutter build windows --local-engine=host_debug --debug

Checklist

Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes ([x]). This will ensure a smooth and quick review process.

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I signed the CLA.
  • I read and followed the Flutter Style Guide, including Features we expect every widget to implement.
  • I updated/added relevant documentation (doc comments with ///).
  • All existing and new tests are passing.
  • The analyzer (flutter analyze --flutter-repo) does not report any problems on my PR.
  • I am willing to follow-up on review comments in a timely manner.

Breaking Change

Does your PR require Flutter developers to manually update their apps to accommodate your change?

  • Yes, this is a breaking change (Please read Handling breaking changes). Replace this with a link to the e-mail where you asked for input on this proposed change.
  • No, this is not a breaking change.

@fluttergithubbot fluttergithubbot added the tool Affects the "flutter" command-line tool. See also t: labels. label Jul 24, 2019
@jonahwilliams jonahwilliams self-requested a review July 25, 2019 17:15
@zanderso
Copy link
Member

zanderso commented Aug 1, 2019

Marking work in progress while waiting for the engine PRs to land.

@@ -41,6 +41,7 @@ const Target unpackWindows = Target(
Source.pattern('{PROJECT_DIR}/windows/flutter/flutter_export.h'),
Source.pattern('{PROJECT_DIR}/windows/flutter/flutter_messenger.h'),
Source.pattern('{PROJECT_DIR}/windows/flutter/flutter_plugin_registrar.h'),
Source.pattern('{PROJECT_DIR}/linux/flutter/flutter_texture_registrar.h'),
Copy link
Member

Choose a reason for hiding this comment

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

linux->windows

@zanderso
Copy link
Member

@cloudwebrtc what is the status of this PR?

@zanderso zanderso moved this from Awaiting triage to Engineer reviewed in Tools - engine support review Jan 28, 2020
@jonahwilliams
Copy link
Member

Because of the lack of activity on this PR I'm going to close it to remove from our review queue. Please feel free to send us a new PR or discuss in an issue anytime.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 1, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
tool Affects the "flutter" command-line tool. See also t: labels.
Projects
Tools - engine support review
  
Engineer reviewed
Development

Successfully merging this pull request may close these issues.

Support Texture widget in GLFW embedding
6 participants