Skip to content

Instantly share code, notes, and snippets.

@loic-sharma
Last active October 5, 2022 18:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save loic-sharma/0ca4bbfd2f7200e08cd27b5ce0d70913 to your computer and use it in GitHub Desktop.
Save loic-sharma/0ca4bbfd2f7200e08cd27b5ce0d70913 to your computer and use it in GitHub Desktop.
UWP issues

UWP Issues

Here is the list of issues that had Flutter's e: uwp label on October 10th, 2022. This label was used for the old Windows UWP embedder, which was removed.

Export method...
  1. On GitHub's GraphQL explorer run:
query { 
  repository(owner: "flutter", name: "flutter") {
    issues(first: 100, labels: ["e: uwp"]) {
      nodes {
        state
        number
        title
        comments {
          totalCount
        }
      }
    }
  }
}
  1. Format resulting JSON using VS Code
Title Comments
☂ Add support for UWP 128
Figure out an Observatory solution for UWP 3
Allow building a skeleton UWP embedding 2
Set up unit tests for UWP embedding 6
Complete drawing for UWP embedding 3
Complete mouse input for UWP embedding 2
Implement touch input for UWP embedding 1
Implement key events for UWP embedding 3
Implement text input for UWP embedding 2
Use cppwinrt to create WinRT headers for UWP embedding 9
☂ Add UWP support to the flutter tool 2
Bring up build_test for UWP 2
Implement system channels in UWP embedding 2
Fully implement TaskRunner for UWP 1
Universal Windows Platform development tools missing from Windows build bots 7
Figure out an engine switches solution for UWP 2
Plugin support for UWP 3
UWP implementation for GetPreferredLanguages 2
Add XBOX gamepad support for UWP 2
Discussion: Potentially add more critical keys to the Windows keyboard system 2
Build and upload UWP artifacts on LUCI build bots 6
Win UWP: Full IME support 2
Implement unit tests on Windows UWP 2
Support canonical file path resolution in the UWP embedder 2
Support embedder-specified log function for app output 1
Support gamepad/joystick devices as distinct input sources? 5
Cannot pass --dart-flags option through to UWP embedding 2
Windows flutter/plugin build failure timing out without useful output 12
Create a CLI tool for launching UWP applications 10
Re-enable the Windows UWP engine builder shard 2
☂ Enable Windows UWP builds 4
Windows Engine bots intermittently fail on "enable long path support" step 5
Add install/uninstall commands to uwptool 1
UWP: Pressing ctrl key causes a native exception 2
Eliminate pause during Windows developer certificate installation 2
Missing artifact dependency in UWP build? 7
Windows plugins need to be able to distinguish the Windows platform(s) they support 1
Add UWP support to flutter/plugins tooling 3
UWP support for integration_test/flutter_driver 2
☂️ Support UWP plugins in flutter/plugins 2
UWP run/build failed at master branch 13
Add tests for uwptool commands 2
WinUWP template does not have .gitignore 1
[tool] Target unpack_windows_uwp failed: Exception: Missing clientSourceDirectory 6
Document new plugin schema keys for UWP support 16
Add UWP support to plugin template 4
[UWP] App crashes when I resize the window 8
[Windows][uwp] Cannot rerun the app 6
[windows][uwp] ctrl +shift + s crashes the app 7
[UWP] App has extra 1x1 offset and root widget is not shown fully 2
WinUWP: Implement FlutterWindowWinUWP::IsVisible 1
[UWP] Window resizing causes strange drawing 2
Re-enable skipped Windows UWP tests 2
Clean up embedder-specific #ifdefs in Win32/UWP embedders 3
[Proposal] Windows app sdk support 5
Wire up accessibility bridge for Windows UWP embedder 2
[Windows] WINUWP app fails to build with Exception: Unable to generate build files 7
☔️ Remove UWP support 4
plugin and package roller failed due to windows UWP support removed 2
Remove remaining usage of winuwp flag 1
[Windows] Remove comments that reference to UWP's issues in BUILD.gn 4
[uwp] Merge code and clean up after UWP removal 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment