flutter/packages/flutter_tools
Adam Barth 3824e88df7 flutter upgrade needed twice if sky_services dependencies change
Now we run `flutter --version` to update our local cache of packages before
running `pub upgrade`, which reads from that cache.

Fixes #2953
2016-03-28 12:16:19 -07:00
..
bin Enable always_declare_return_types lint 2016-03-09 17:57:39 -08:00
lib flutter upgrade needed twice if sky_services dependencies change 2016-03-28 12:16:19 -07:00
schema Add all variants of the Roboto font as assets to Material Design apps 2016-03-28 09:53:16 -07:00
templates Add a Key to FlutterDemo widget 2016-03-26 14:00:25 -07:00
test Dont differentiate between ios_arm and ios_x64 in flutter_tools 2016-03-21 14:41:26 -07:00
tool minor update to flutter daemon 2016-03-15 09:27:58 -07:00
.analysis_options Add @override annotations to flutter framework 2016-03-14 14:02:26 -07:00
pubspec.yaml upgrade to test 0.12.13 2016-03-27 13:36:01 -07: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