-
Notifications
You must be signed in to change notification settings - Fork 610
[macOS] Add FLETexture and FLETextureRegistrar. #263
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
Merge from google/flutter-desktop-embedding
Merge from google/flutter-desktop-embedding@master
Merge from google/flutter-desktop-embedding@master
- Add a missing nullability specifier. - Use simplified nullability annotations when possible. - clang-format using project style file. - Add braces to conditionals to match project style. - Add new header to umbrella header.
Merge from google/master
Merge from google/master
Merge pull request from google/master
The macOS code has already been migrated to flutter/engine, and the copy here will be removed once a prebuilt framework is available to transition clients to (per the plan outlined in my recent email to the mailing list), hopefully early next week. Given that, the copy here is frozen, and you'll need to do this as a PR in flutter/engine instead. It should be straightforward to move over, since the code there hasn't changed other than what was done in the migration (e.g., eliminating duplication with existing iOS code). |
This is good news, I'll try to resubmit the PR to flutter/engine. :) |
I compiled this patch using Flutter Channel dev and may need to wait for the built-in Texture support in the FlutterEmbedder.framework stable version to review and merge.