flutter/packages/flutter_tools
2018-10-03 14:12:54 -07:00
..
bin Fix mkdir call to not fail if dir exists (#22622) 2018-10-03 14:12:54 -07:00
doc Animation API improvements (#21540) 2018-09-23 00:43:05 -07:00
gradle Implement build flow for hot updates on Android (#22391) 2018-09-28 13:58:37 -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 Change file paths to URIs to fix "Could not run configuration in engine" on Windows (#22507) 2018-10-02 18:31:55 +01:00
schema Support for flutter run/build module on iOS (#21216) 2018-08-30 16:18:44 +02:00
templates Support materializing Flutter module host app on iOS (#21276) 2018-09-25 15:21:13 -04:00
test Throw if trying to set fs.currentDirectory in tests (#22037) 2018-10-03 19:07:04 +01:00
tool add missing type parameter on methods (#22096) 2018-10-01 21:29:08 +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 upgrade packages (#22524) 2018-10-01 14:42:53 -07:00
README.md Remove -j1 to run tools tests concurrently (#22038) 2018-09-19 17:47:06 +01:00

Flutter Tools

Tools for building Flutter applications.

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