flutter/packages/flutter_tools
Jakob Andersen 6b54137a15 Improve Android builds. (#9801)
Eagerly generate local.properties, and always update the flutter.sdk
setting in it, in case FLUTTER_ROOT has changed.

Fixes #8365.
Fixes #9716 - at least the specific issue reported. My Android Studio
still complains about Gradle versions - it ships with v3.2, but requires
v3.3...

Add a 'generate dependencies' task to the Gradle build, which checks if
the snapshot dependencies file exists, and runs an extra build before
the actual FlutterTask if it doesn't. This makes the first build slower,
but sub-sequent builds (without source changes) much faster.

Fixes #9717.
2017-05-05 14:53:51 +02:00
..
bin Workaround for intermittent pub crash on macOS. (#9832) 2017-05-05 13:30:48 +02:00
gradle Improve Android builds. (#9801) 2017-05-05 14:53:51 +02:00
lib Improve Android builds. (#9801) 2017-05-05 14:53:51 +02:00
schema Merge pubspec.yaml and flutter.yaml. (#7605) 2017-01-24 11:19:31 -08:00
templates Let (almost) all flutter create CocoaPods references be dynamically generated later (#9791) 2017-05-04 12:26:58 -07:00
test Make DeviceDomain echo a msg if doctor says it can't list anything (#9749) 2017-05-03 16:12:08 -07:00
tool Declare locals final where not reassigned (flutter_tools) (#8570) 2017-03-03 17:50:46 -08:00
BUILD.gn Added a simple test runner for Fuchsia. (#9461) 2017-04-20 14:18:24 -07:00
flutter_tools.iml IntelliJ metadata cleanup (flutter-intellij#914). (#9427) 2017-04-17 13:42:31 -07:00
pubspec.yaml move collection to dev dependency (#9613) 2017-04-26 10:38:11 -07:00
README.md Add test of flutter create --plugin (#9459) 2017-04-19 00:00:39 +02:00

Flutter tools

Tools for building Flutter applications.

To run the tests, ensure that no devices are connected, then navigate to flutter_tools and execute:

../../bin/cache/dart-sdk/bin/pub run test