• Michael Goderbauer's avatar
    [devFS] Use URI to represent paths on device (#8446) · 17057bb4
    Michael Goderbauer authored
    * [devFS] Use URI to represent paths on device
    
    Previosuly, regular file paths in the format of the host platform were used to represent paths on device. That works when host and device share the same (POSIX) file path format. With a Windows host, this breaks. URIs are the solution as they are platform independent and the VM service on the device already interpreted the file paths as URIs anyways.
    
    * review comments
    
    * switch to file paths
    
    * fix tests on Windows
    
    * review comments
    17057bb4
Name
Last commit
Last update
..
flutter Loading commit data...
flutter_driver Loading commit data...
flutter_markdown Loading commit data...
flutter_test Loading commit data...
flutter_tools Loading commit data...
.gitignore Loading commit data...