mirror of
https://github.com/flutter/flutter.git
synced 2026-02-03 17:51:05 +08:00
Redirects stdout/stderr in the Windows template when creating a console. This fixes the console opened when running from Visual Studio to actually show output, instead of being empty. Fixes #53169