mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
![]() 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. |
||
---|---|---|
.. | ||
automated_tests | ||
benchmarks | ||
bots | ||
ci | ||
devicelab | ||
docs | ||
integration_tests | ||
manual_tests | ||
missing_dependency_tests | ||
snippets | ||
tools | ||
README.md |
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.