flutter/dev
Todd Volkert 1808ac338c
Add support for custom test error reporters (#17727)
This allows test environments other than `flutter test` to have a hook
into the test exception reporting. Some test environments, for example,
don't just dump error details to the console, but rather require them
to be reported to a separate server.
2018-05-18 13:58:08 -07:00
..
automated_tests Add support for custom test error reporters (#17727) 2018-05-18 13:58:08 -07:00
benchmarks Bump mockito to 3.0.0-alpha+5 (#17487) 2018-05-11 15:27:15 -07:00
bots Add support for custom test error reporters (#17727) 2018-05-18 13:58:08 -07:00
devicelab Fix broken test (#17684) 2018-05-17 12:25:43 +02:00
docs Fix broken link (#16965) 2018-04-26 16:06:04 -07:00
integration_tests Make non-global constants have consistent naming (with just _ instead of _k) (#17584) 2018-05-17 23:04:41 -07:00
manual_tests Moving API doc asset URLs to point to the new location. (#17697) 2018-05-17 09:53:06 -07:00
missing_dependency_tests Spelling (#15229) 2018-03-06 21:36:03 -08:00
tools Exclude fuchsia_remote_debug_protocol from dartdocs (#17724) 2018-05-18 12:01:09 -07:00
README.md Update some READMEs under dev/. (#15712) 2018-03-19 16:41:36 -07:00

This directory contains tools and resources that the Flutter team uses during development of the framework. The tools in this directory should not be necessary for developing Flutter applications, though of course they may be interesting if you are curious.