flutter/packages/flutter_tools
Jonas Termansen 8b9eb3e2b2 Report CompileTime metric in flutter build aot --report-timings. (#31895)
This is the correct metric to report for compilation time benchmarks rather
than RunTime. Rename the 'gen_snapshot' value to merely 'snapshot' for
backwards compatibility and overall simplicity.

This change simplifies Dart's benchmarking of Flutter by making it easier to
adopt --report-timings (made for Dart to use), which makes the benchmarks
much more robust.
2019-05-02 15:22:43 +02:00
..
bin Add commands to swap dart imports for local development (#31925) 2019-05-02 01:14:15 -07:00
doc Add a note about events coming from the server (#31419) 2019-04-22 17:36:07 +01:00
gradle Make Gradle error message more specific (#31850) 2019-05-01 10:28: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 Report CompileTime metric in flutter build aot --report-timings. (#31895) 2019-05-02 15:22:43 +02:00
schema Remove json_schema and cli_util deps from flutter_tool (#28040) 2019-02-20 15:38:58 -08:00
templates Remove trailing whitespace from README template (#31762) 2019-04-29 13:04:55 +02:00
test Report CompileTime metric in flutter build aot --report-timings. (#31895) 2019-05-02 15:22:43 +02:00
tool make FlutterProject synchronous (#31757) 2019-04-29 08:21:32 -07:00
analysis_options.yaml refactor context to be implicit-downcast safe (#31622) 2019-04-25 15:51:08 -07:00
BUILD.gn ensure that fe server is always built with tool (#29768) 2019-03-26 17:11:04 -07:00
build.yaml Add capability to run build_runner tests for engine (#28684) 2019-02-28 20:06:14 -08:00
pubspec.yaml Revert "update packages and unpin build (#31736)" (#31795) 2019-04-29 09:56:55 -07:00
README.md Slight doc change (#24526) 2018-11-19 09:11:40 -08:00

Flutter Tools

Developer 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