flutter/packages/flutter_tools
Ian Hickson cbda208b4b Reduce the amount of spam from analyze watch. (#7582)
See https://github.com/dart-lang/sdk/issues/28463, which I think is a
regression.

This also fixes the regression introduced by
https://codereview.chromium.org/2559773002 whereby we were no longer
checking any of the lints.
2017-01-22 16:43:24 -08:00
..
bin Force all dart:io usage to go through 'base/io.dart' (#7390) 2017-01-09 08:37:00 -08:00
lib Reduce the amount of spam from analyze watch. (#7582) 2017-01-22 16:43:24 -08:00
schema add services to schema 2016-03-30 12:20:55 -07:00
templates Add a workspace file to the template to trigger main.dart to open in the code editor (#7464) 2017-01-12 22:50:17 +01:00
test Refactor DevFS for kernel code (#7529) 2017-01-22 10:37:10 -05: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 to Dart SDK 1.22.0-dev.8.0. (#7461) 2017-01-17 09:50:52 -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