flutter/packages/flutter_tools/lib/src/base
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
..
common.dart Ban package:path from Flutter Tools (#8119) 2017-02-13 17:45:50 -08:00
config.dart Declare locals final where not reassigned (flutter_tools) (#8570) 2017-03-03 17:50:46 -08:00
context.dart prefer_final_fields (#8967) 2017-03-29 21:21:46 +02:00
file_system.dart Make Flutter plugins usable from a Windows host (#9599) 2017-04-26 10:02:22 -07:00
io.dart Support IPv6 in test platform (#9795) 2017-05-03 22:50:24 -07:00
logger.dart Let printError be able to print bold also (#9714) 2017-05-02 22:20:14 -07:00
net.dart Declare locals final where not reassigned (flutter_tools) (#8570) 2017-03-03 17:50:46 -08:00
os.dart use conditional assignment (#9252) 2017-04-07 21:41:17 +02:00
platform.dart Declare locals final where not reassigned (flutter_tools) (#8570) 2017-03-03 17:50:46 -08:00
port_scanner.dart Make tests more hermetic. (#8765) 2017-03-14 10:28:56 -07:00
process_manager.dart Change flutter_tools tests to run via pub (#8698) 2017-03-10 09:39:01 -08:00
process.dart Wait for stderr in runCommandAndStreamOutput() (#9598) 2017-04-25 17:40:28 -07:00
utils.dart Improve Android builds. (#9801) 2017-05-05 14:53:51 +02:00
version.dart Separate the 'if' expression from its statement (#9177) 2017-04-04 21:45:50 +02:00