• Chris Bracken's avatar
    Allow spaces in SDK path in flutter_tools tests (#14617) · fd6baba1
    Chris Bracken authored
    The Flutter engine now supports package: and file: imports that resolve
    to paths on disk that include spaces and other URI-escaped characters.
    This patch eliminates the restriction that Dart source paths not include
    %20 (or other URI-escaped characters) in their paths in flutter_tool
    tests.
    fd6baba1
common.dart 4.01 KB