Remove extra leading slashes in the flutter tool snapshot path (#7291)
Dart will parse this path as a URI, and multiple leading slashes will cause that part of the path to be parsed as an authority. Fixes https://github.com/flutter/flutter/issues/7279 Also see https://github.com/dart-lang/sdk/issues/28143
Showing
Please register or sign in to comment