flutter/packages/flutter_tools
Danny Tuppeny f87a2a32fe
Switch to URIs for breakpoints and unskip tests on Windows (#22510)
* Switch to URIs for breakpoints and unskip tests on Windows

addBreakpointWithScriptUri expects Uris. By coincidence, FS paths work on Mac/Linux but they fail on Windows. One of the issues in the skip comment is fixed, the other one seems not relevant here.

* Apply symlink resolution to all integration tests

The default temp folders we get include symlinks which breaks breakpoints.

* Save 🙄

* Fix typo
2018-10-19 12:51:31 +01:00
..
bin fix upcoming lint avoid_returning_null_for_void (#23190) 2018-10-17 11:01:37 +02:00
doc Allow passing a restart reason through to analytics (#21983) 2018-10-10 10:23:32 +01:00
gradle Handle escaped spaces in deps-file. (#23273) 2018-10-18 20:44:38 -07:00
ide_templates/intellij Change 'flutter ide-config' to optionally create root Intellij module (#19920) 2018-07-30 10:15:26 -07:00
lib Revert "Remove all service extensions from release mode (#23038)" (#23290) 2018-10-19 11:48:15 +02:00
schema Rename 'application' back to 'module', and make 'app' the default again for templates. (#22888) 2018-10-10 11:01:40 -07:00
templates Revert "newly created apps / plugins should use latest gradle dependencies (#22790)" (#23263) 2018-10-18 14:17:47 -07:00
test Switch to URIs for breakpoints and unskip tests on Windows (#22510) 2018-10-19 12:51:31 +01:00
tool apply lint prefer_void_to_null in packages/flutter_tools (#22686) 2018-10-05 07:54:56 +02:00
analysis_options.yaml Turn on unawaited_futures in flutter_tools (#21048) 2018-08-30 20:57:44 -07:00
BUILD.gn [gn] Be explicit about Dart sources. 2018-08-01 09:33:03 -07:00
pubspec.yaml Use new mixin syntax for super-mixins (#22870) 2018-10-17 13:10:05 -07:00
README.md Improved readme (#23079) 2018-10-18 10:58:15 -07:00

Flutter Tools

Tools for building Flutter applications.

Be sure to follow the instructions on CONTRIBUTING.md to setup.

To run the tests, ensure that no devices are connected, then navigate to flutter_tools and execute:

../../bin/cache/dart-sdk/bin/pub run test