flutter/packages/flutter_tools/lib/src/commands
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
..
analyze_base.dart Declare locals final where not reassigned (flutter_tools) (#8570) 2017-03-03 17:50:46 -08:00
analyze_continuously.dart prefer_final_fields (#8967) 2017-03-29 21:21:46 +02:00
analyze_once.dart update flutter analyze to call dartanalyzer 2017-03-28 08:44:15 -04:00
analyze.dart update flutter analyze to call dartanalyzer 2017-03-28 08:44:15 -04:00
build_aot.dart roll engine and update tools for the removal of dart:jni (#9137) 2017-03-31 16:20:14 -07:00
build_apk.dart Remove the obsolete build apk --target-arch flag (#9239) 2017-04-07 13:48:10 -07:00
build_flx.dart Remove various roboto font logic (#8350) 2017-03-23 11:28:03 -07:00
build_ios.dart Make pod install a long-running step. (#8999) 2017-03-27 09:30:36 +02:00
build.dart Declare locals final where not reassigned (flutter_tools) (#8570) 2017-03-03 17:50:46 -08:00
channel.dart Separate the 'if' expression from its statement (#9177) 2017-04-04 21:45:50 +02:00
config.dart Declare locals final where not reassigned (flutter_tools) (#8570) 2017-03-03 17:50:46 -08:00
create.dart flutter create: enable Java support in IDEA (#9335) 2017-04-14 10:12:48 -07:00
daemon.dart Fix tests to use Ahem, and helpful changes around that (#9332) 2017-04-12 13:33:02 -07:00
devices.dart Declare locals final where not reassigned (flutter_tools) (#8570) 2017-03-03 17:50:46 -08:00
doctor.dart Remove default AppContext and cleanup globals (#6999) 2016-11-29 07:54:20 -08:00
drive.dart apply the upcoming rule unnecessary_this (#8838) 2017-03-17 08:05:42 +01:00
format.dart Declare locals final where not reassigned (flutter_tools) (#8570) 2017-03-03 17:50:46 -08:00
fuchsia_reload.dart Fix tests to use Ahem, and helpful changes around that (#9332) 2017-04-12 13:33:02 -07:00
install.dart Pay off some technical debt. (#8710) 2017-03-10 10:11:05 -08:00
logs.dart Make ProcessSignals portable (#8779) 2017-03-15 11:28:14 -07:00
packages.dart Minor fixes to flutter packages. (#9278) 2017-04-07 12:23:57 -07:00
precache.dart Avoid downloading artifacts twice (#8872) 2017-03-20 17:09:59 -07:00
run.dart Fix tests to use Ahem, and helpful changes around that (#9332) 2017-04-12 13:33:02 -07:00
screenshot.dart Declare locals final where not reassigned (flutter_tools) (#8570) 2017-03-03 17:50:46 -08:00
stop.dart Pay off some technical debt. (#8710) 2017-03-10 10:11:05 -08:00
test.dart Update artifact names and remove obsolete artifacts (#9091) 2017-03-29 16:30:41 -07:00
trace.dart Add more logging to diagnose test failures. (#8951) 2017-03-22 14:50:17 +01:00
update_packages.dart Declare locals final where not reassigned (flutter_tools) (#8570) 2017-03-03 17:50:46 -08:00
upgrade.dart Allow upgrades and version checks against the alpha branch (#9387) 2017-04-14 09:58:31 -07:00