• Michael Goderbauer's avatar
    Make ProcessSignals portable (#8779) · 15330ffb
    Michael Goderbauer authored
    * Make ProcessSignals portable
    
    This removes the need to wrap unsupported signals with in `if (!platform.isWindows) ..`.
    
    It also allows us to implement a work around for breaking the Windows console when flutter is exited with Ctrl+C.
    
    * review comments
    
    * adding tests
    
    * add license header
    15330ffb
executable.dart 11 KB