flutter/packages/flutter_tools
Vyacheslav Egorov 3932a22cdf
When running tests with --preview-dart-2 check for compilation errors. (#14724)
If compiler failed to produce Kernel binary then compile(...) returns
null to the caller. If we don't check for null we end up trying to
run file called "null" which causes a very confusing crash of the
flutter_tester.
2018-02-15 16:57:52 +01:00
..
bin Add support for assets in Fuchsia packages (#14654) 2018-02-14 08:05:05 -08:00
gradle Flutter tools support for kernel transformer tracking Widget creation locations. (#13997) 2018-02-12 10:44:31 -08:00
ide_templates/intellij Add semantics traversal order example (#14174) 2018-02-06 14:13:08 -08:00
lib When running tests with --preview-dart-2 check for compilation errors. (#14724) 2018-02-15 16:57:52 +01:00
schema Add support for iOS plugin class prefix (#13095) 2017-11-20 13:27:21 +01:00
templates Add static framework verification override in swift podfile (#14667) 2018-02-14 10:24:08 +01:00
test Use already downloaded dart sdk for frontend_server. (#14702) 2018-02-15 07:29:42 -08:00
tool Declare locals final where not reassigned (flutter_tools) (#8570) 2017-03-03 17:50:46 -08:00
BUILD.gn Add support for assets in Fuchsia packages (#14654) 2018-02-14 08:05:05 -08:00
pubspec.yaml Use the Dart SDK built from Flutter engine rather than from dartlang.org (#14610) 2018-02-14 07:18:25 -08:00
README.md Update documentation on how to test flutter_tools (#14567) 2018-02-08 22:15:08 +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 -j1