flutter/packages/flutter_tools
Michael Goderbauer 2f979914e4 Update templates to include google's maven repository (#10842)
Going forward, Android support libraries are published on maven (instead of bundling them with the SDK). Many plugins depend on these. To avoid requiring plugin users to add the maven repository to their app this change adds the repository to the template for `flutter create`.

This also bumps the support-annotations dependency to 25.4.0 (which also requires the new maven repository).
2017-06-20 12:43:23 -07:00
..
bin flutter test: add --machine flag (#10520) 2017-06-13 13:26:32 -07:00
gradle don't send analytics when run from another runner (#10789) 2017-06-16 14:33:59 -07:00
lib Move the discovered Java installation to the front of PATH when running sdkmanager (#10846) 2017-06-20 09:53:01 -07:00
schema Merge pubspec.yaml and flutter.yaml. (#7605) 2017-01-24 11:19:31 -08:00
templates Update templates to include google's maven repository (#10842) 2017-06-20 12:43:23 -07:00
test Re-enable use of instruments for iOS device lookup (#10838) 2017-06-19 13:14:57 -07:00
tool Declare locals final where not reassigned (flutter_tools) (#8570) 2017-03-03 17:50:46 -08:00
BUILD.gn Use the correct set of options to analyze Flutter packages. (#9758) 2017-05-05 17:18:58 -07:00
flutter_tools.iml flutter test: add --machine flag (#10520) 2017-06-13 13:26:32 -07:00
pubspec.yaml Bump to Dart SDK 1.24.0-dev.6.7. (#10585) 2017-06-08 15:15:18 -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