flutter/dev
Greg Spencer bcd60fa89a
Make sample analyzer more friendly for running locally. (#27648)
Now the sample analyzer can be run locally with:

dart dev/bots/analyze-sample-code.dart --temp=/tmp/samples

And it leaves /tmp/samples around so you can take a look at the code that was generated to see if it's the artificial environment that the samples are evaluated in that is the culprit for a failed analysis.

Before, you had to specify the whole path to the dart executable, and had to modify the code to keep the tempdir around.
2019-02-08 10:12:14 -08:00
..
automated_tests Use flutter_tools to generate build_script (#27277) 2019-02-05 18:35:20 -08:00
benchmarks Use flutter_tools to generate build_script (#27277) 2019-02-05 18:35:20 -08:00
bots Make sample analyzer more friendly for running locally. (#27648) 2019-02-08 10:12:14 -08:00
ci Add docset generation (#24322) 2018-11-15 15:05:57 -08:00
devicelab Add a keyboard key code generator. (#27620) 2019-02-06 16:53:16 -08:00
docs Update dartdoc to 0.28.1+2 and fix search text alignment (#27559) 2019-02-06 11:10:59 -08:00
integration_tests Add a keyboard key code generator. (#27620) 2019-02-06 16:53:16 -08:00
manual_tests Add module checking (#27122) 2019-01-29 12:26:48 -08:00
missing_dependency_tests Retry remove package:test from flutter (#24007) 2018-11-06 10:48:34 -08:00
snippets Use flutter_tools to generate build_script (#27277) 2019-02-05 18:35:20 -08:00
tools Add a keyboard key code generator. (#27620) 2019-02-06 16:53:16 -08: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.