flutter/dev
Greg Spencer 35fcd9077f
Narrow regexp for import search in bot's analyze script. (#26539)
This was causing analysis to fail when there was an import statement in a comment, such as when snippets add imports to their examples.

I narrowed the RegExp to match only those lines which aren't commented out, but it really should probably be using the analysis server to catch all cases (e.g. if someone put the doc comment into /** */ comments, it could still match). Since this is a Flutter-specific script, it's probably not worth doing that.
2019-01-14 13:49:50 -08:00
..
automated_tests Updated Shrine demo (#25674) 2018-12-21 17:47:25 -08:00
benchmarks Fix analyzer "prefer const" warning. (#25854) 2018-12-28 14:05:19 -08:00
bots Narrow regexp for import search in bot's analyze script. (#26539) 2019-01-14 13:49:50 -08:00
ci Add docset generation (#24322) 2018-11-15 15:05:57 -08:00
devicelab Cleanup device lab test and remove a timeout. (#24581) 2019-01-13 20:44:59 -08:00
docs Adds favicon to Dash/Zeal docset, adds OpenSearch metadata. (#25178) 2018-12-11 09:53:33 -08:00
integration_tests Adds a type parameter to invokeMethod (and additional utility methods) (#26303) 2019-01-10 13:21:03 -08:00
manual_tests Add support for detecting which modifier keys have been pressed on RawKeyboardEvents (#26265) 2019-01-11 13:41:45 -08:00
missing_dependency_tests Retry remove package:test from flutter (#24007) 2018-11-06 10:48:34 -08:00
snippets Add source line to snippet metadata file (#26274) 2019-01-09 15:09:42 +00:00
tools Emit more of HTTP error response bodies (#26395) 2019-01-10 16:05:39 -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.