flutter/packages/flutter_tools
Michael Thomsen 15e51a9e3e Revert "Update gradle wrapper and build-tools version for flutter create." (#8940)
* Revert "use color.shadeXxx instead of color[Xxx] (#8932)"

This reverts commit 578ca0a295.

* Revert "add missing const keyword (#8931)"

This reverts commit fac2fac1d6.

* Revert "Make min/max fling velocity and min fling distance ScrollPhysics properties (#8928)"

This reverts commit dac80aac89.

* Revert "Defer to operating system for whichAll (#8921)"

This reverts commit 14933de986.

* Revert "Update gradle wrapper and build-tools version for flutter create. (#8914)"

This reverts commit deb71cc6dc.
2017-03-21 17:42:40 -07:00
..
bin Make only Flutter.framework files read-only (#8766) 2017-03-14 09:31:31 -07:00
gradle Revert "Update gradle wrapper and build-tools version for flutter create." (#8940) 2017-03-21 17:42:40 -07:00
lib add missing const keyword (#8931) 2017-03-21 21:07:36 +01:00
schema Merge pubspec.yaml and flutter.yaml. (#7605) 2017-01-24 11:19:31 -08:00
templates Revert "Update gradle wrapper and build-tools version for flutter create." (#8940) 2017-03-21 17:42:40 -07:00
test Defer to operating system for whichAll (#8921) 2017-03-21 10:23:44 -07:00
tool Declare locals final where not reassigned (flutter_tools) (#8570) 2017-03-03 17:50:46 -08:00
BUILD.gn remove unneded deps to pub_semver (#8688) 2017-03-09 12:57:56 -08:00
flutter_tools.iml update IntelliJ metadata (#8844) 2017-03-17 09:39:18 -07:00
pubspec.yaml fix build (#8842) 2017-03-16 17:53:48 -07:00
README.md Update test instructions for flutter_tools (#8126) 2017-02-13 21:31:53 -08:00

Flutter tools

Tools for building Flutter applications.

To run the tests, ensure that no devices are connected and run:

pub get
FLUTTER_ROOT=$PWD/../.. dart --checked test/all.dart