A collection of Flutter samples and apps specific for Windows
| Directory | Description |
|---|---|
| windows_console | A sample that shows how to build a Console Win32 app |
| windows_background_task | A sample that shows how to build a Win32 app with a UWP background task |
| windows_background_task.sparse_package | A MSIX Sparce Package to ease development and debugging |
| windows_background_task_plugin | A flutter plugin that provides reusable infrastructure to host UWP background tasks |
| windows_console_app | A sample that shows how to build Flutter App that gets as close as possible to a Win32 Console app |
| windows_event_log | A sample that shows how to build a Win32 app that reads from and writes to the Windows Event Log |
| eng | Build scripts and tools |