flutter/packages/flutter_tools
Brian Slesinsky 922c2d1213 rename Android module file to include project name (#10163)
IDEA users sometimes want to create multiple Flutter modules
in the same IDEA project. See discussion:
https://github.com/flutter/flutter-intellij/issues/1014

In this case, we will actually have pairs of modules,
one for Flutter and one for Android. Renaming the
android module to make the relationship obvious.

But, don't delete the old file yet to avoid breaking
existing users. We can do that after the next
Flutter plugin release.
2017-05-19 13:36:53 -07: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 Don't fail assert when we send an error to the plugin. (#10207) 2017-05-19 12:34:41 -07:00
schema Merge pubspec.yaml and flutter.yaml. (#7605) 2017-01-24 11:19:31 -08:00
templates rename Android module file to include project name (#10163) 2017-05-19 13:36:53 -07:00
test Avoid duplicate exceptions on VM Service Mock failure (#10197) 2017-05-18 22:56:12 -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 IntelliJ metadata cleanup (flutter-intellij#914). (#9427) 2017-04-17 13:42:31 -07:00
pubspec.yaml bump to linter-0.1.31 (#9947) 2017-05-10 08:20:13 +02: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