Create a new Flutter project (flutter create bug). Replace the main.dart with a minimal example containing a single TextField. Build a Windows executable (flutter build windows) or run directly on ...