flutter/packages/flutter_tools
Brian Slesinsky 5cb9097965 flutter create: enable Java support in IDEA (#9335)
Generates an android.iml file and a package-level library for flutter.jar.

Does not set up an Android SDK in IDEA; this isn't possible with a
template-based approach. But IDEA shows a clear warning, so the
user can fix this by setting the SDK.

(When creating a Flutter project from within IDEA, we can fix this up
afterwards in the plugin.)
2017-04-14 10:12:48 -07:00
..
bin Support for placing an AOT dylib in the flx. Part of Fuchsia AOT sup… (#9240) 2017-04-06 11:12:12 -07:00
gradle Remove Android support library in Flutter builds. Fixes #9120, #9102, #9121. (#9123) 2017-03-31 09:35:25 -07:00
lib flutter create: enable Java support in IDEA (#9335) 2017-04-14 10:12:48 -07:00
schema Merge pubspec.yaml and flutter.yaml. (#7605) 2017-01-24 11:19:31 -08:00
templates flutter create: enable Java support in IDEA (#9335) 2017-04-14 10:12:48 -07:00
test Be more consistent about how stack traces are output from flutter_test (#9361) 2017-04-13 12:31:04 -07:00
tool Declare locals final where not reassigned (flutter_tools) (#8570) 2017-03-03 17:50:46 -08:00
BUILD.gn Fix flutter_tools BUILD.gn dependencies (#9187) 2017-04-04 12:56:06 -07:00
flutter_tools.iml update the IntelliJ metadata files (#9388) 2017-04-14 08:55:26 -07:00
pubspec.yaml upgrade to linter-0.1.30 (#9297) 2017-04-08 08:43:19 +02: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