mirror of
https://github.com/flutter/flutter.git
synced 2026-02-04 19:00:09 +08:00
* [flutter_tools] Add support for URI formats like ?line=x for "flutter test" * Remove unnecessary function * Handle parsing absolute paths on Windows * Use Windows-style paths when running on Windows * Fix paths in isFile * Remove unnecessary clear
The files in this directory are used as part of the tests in the
flutter_tools package. Some are here because here these tests need a
pubspec.yaml that references the flutter framework (which is
intentionally not true of the flutter_tools package). Others are
here mostly out of peer pressure.