flutter/packages/flutter_tools
Jacob Richman 53fc96da9e Small Flutter strong mode cleanup fixes. (#7825)
* Small Flutter strong mode cleanup fixes.

These are cases where strong mode down cast composite errors
generally indicated cases that would performance or correctness
issues if Flutter code was run in a strong mode VM.

* Fix Command API so that it is always in terms of Map<String,String>.

* Fix typedef
2017-02-06 08:55:09 -08:00
..
bin Migrate flutter_tools to use package:platform (#7642) 2017-01-25 16:06:41 -08:00
lib Small Flutter strong mode cleanup fixes. (#7825) 2017-02-06 08:55:09 -08:00
schema Merge pubspec.yaml and flutter.yaml. (#7605) 2017-01-24 11:19:31 -08:00
templates Use FlutterAppDelegate in iOS create template (#7845) 2017-02-02 18:03:56 -08:00
test Fix Flutter Tools Tests to run on Windows (#7878) 2017-02-05 22:58:49 -08:00
tool Increase the strictness of our requiring explicit types (#7585) 2017-01-23 01:04:31 -08:00
BUILD.gn Added missing dependency. (#7651) 2017-01-25 20:23:19 -08:00
flutter_tools.iml Update IML files (#7835) 2017-02-02 15:54:11 -08:00
pubspec.yaml Migrate flutter_tools to use package:platform (#7642) 2017-01-25 16:06:41 -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