flutter/packages/flutter_tools
Hixie 8ab229f89c Make the analyzer actually work.
Turns out that ignoring all error lines that match the empty string is a
poor way to go.

Also, we have to update all the example packages now too, since we
analyze them. So just have travis use our update script.

Also, remove flutter_tools' old travis stuff. It's now part of a bigger
repo.

Also, make travis use the dev Dart SDK, since we need the new analyzer.
Stable is way too out of date, e.g. it still complains about libraries
not having names and mixins using 'super', and the strong mode hints are
even more aggressive than on dev.
2015-11-12 15:41:04 -08:00
..
bin Rename sky_tools to flutter_tools 2015-11-10 13:20:35 -08:00
lib Make the analyzer actually work. 2015-11-12 15:41:04 -08:00
test Rename sky_tools to flutter_tools 2015-11-10 13:20:35 -08:00
tool Make the analyzer actually work. 2015-11-12 15:41:04 -08:00
pubspec.yaml Rename sky_tools to flutter_tools 2015-11-10 13:20:35 -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