flutter/packages/flutter_tools
Jason Simmons 8af5520f56 Do not print stack traces for DevFS write request failures (#7405)
Each stack trace will yield many async task stacks for every write request
that is in flight.  If the device side is unresponsive and all writes are
failing, then this can generate an overwhelming amount of logs.
2017-01-10 10:30:22 -08:00
..
bin Force all dart:io usage to go through 'base/io.dart' (#7390) 2017-01-09 08:37:00 -08:00
lib Do not print stack traces for DevFS write request failures (#7405) 2017-01-10 10:30:22 -08:00
schema add services to schema 2016-03-30 12:20:55 -07:00
templates update create template intellij metadata (#7255) 2016-12-14 03:42:55 -08:00
test Force all dart:io usage to go through 'base/io.dart' (#7390) 2017-01-09 08:37:00 -08:00
tool Force all dart:io usage to go through 'base/io.dart' (#7390) 2017-01-09 08:37:00 -08:00
BUILD.gn Use the new path to the linter package (#7230) 2016-12-12 12:15:39 -08:00
flutter_tools.iml Add CupertinoSwitch (#7326) 2017-01-03 22:11:35 -08:00
pubspec.yaml Update flutter_tools to use package:file throughout (#7385) 2017-01-06 16:51:44 -08:00
README.md Simplify README 2015-11-04 22:24:53 -08:00

Flutter tools

Tools for building Flutter applications.

To run the tests:

  • pub get
  • pub run test