flutter/packages/flutter_tools
Greg Spencer 0ff9e8a928
Rename 'application' back to 'module', and make 'app' the default again for templates. (#22888)
We decided that redefining the default for templates was premature. We're going to go back to having "module" in experimental land again, and we'll try again when we have the feature set fully baked.

This keeps the writing of the .metadata files, and writing the template type to them, because that was a good improvement, and there are still a bunch of added tests that improve our coverage.
2018-10-10 11:01:40 -07:00
..
bin Remove unused deps and flags from flutter tool. (#22571) 2018-10-09 13:04:06 -07:00
doc Allow passing a restart reason through to analytics (#21983) 2018-10-10 10:23:32 +01:00
gradle Add a profile build type to the Android app template (with plugin support) (#22884) 2018-10-10 09:54:57 -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 Rename 'application' back to 'module', and make 'app' the default again for templates. (#22888) 2018-10-10 11:01:40 -07: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 Rename 'application' back to 'module', and make 'app' the default again for templates. (#22888) 2018-10-10 11:01:40 -07:00
test Rename 'application' back to 'module', and make 'app' the default again for templates. (#22888) 2018-10-10 11:01:40 -07: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 [flutter_driver] Adds fuchsia compat for connect() (#22633) 2018-10-08 11:09:07 -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