flutter/packages/flutter_tools
Adam Barth 21145144e9
Don't collect usage data during Fuchsia build (#12780)
Previously, the usage analytics would generate a write to the user's
HOME directory during the Fuchsia build. We're tightening down the
environment in which we run the Fuchsia build, and these writes are now
more obvious.

This patch removes the usage analytics during the Fuchsia build,
avoiding the write to the user's HOME directory.
2017-10-30 12:28:31 -07:00
..
bin Don't collect usage data during Fuchsia build (#12780) 2017-10-30 12:28:31 -07:00
gradle Copy snapshot file into assets (#12523) 2017-10-18 14:52:36 +02:00
lib Don't collect usage data during Fuchsia build (#12780) 2017-10-30 12:28:31 -07:00
schema Add schema for plugin (#12013) 2017-09-11 16:24:41 +02:00
templates Use a package URI in test template import. (#12723) 2017-10-25 14:53:46 -07:00
test enable lint prefer_foreach (#12674) 2017-10-25 08:25:44 +02:00
tool Declare locals final where not reassigned (flutter_tools) (#8570) 2017-03-03 17:50:46 -08:00
BUILD.gn Adjust to new location for the Dart project. (#12621) 2017-10-18 19:45:48 -07:00
flutter_tools.iml Update flutter_tools IntelliJ project (#11790) 2017-08-25 15:59:19 -07:00
pubspec.yaml unpin linter version, skip the broken 0.1.37 version (#12737) 2017-10-26 12:39:07 -07:00
README.md Add test of flutter create --plugin (#9459) 2017-04-19 00:00:39 +02: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