flutter/packages/flutter_tools/lib/src
Chris Bracken 8c4f0c0d21
Eliminate build aot --interpreter flag (#17025)
This is required for iOS debug builds, but unused otherwise. In theory,
Android debug builds could be run in this mode, but this is historically
untested and adds unnecessary complexity to the code. If ad-hoc testing
is required, it can be patched in when necessary.
2018-04-26 16:07:10 -07:00
..
android update the build complete message to not include APK sizes for debug builds (#16931) 2018-04-25 20:38:33 -07:00
base Eliminate build aot --interpreter flag (#17025) 2018-04-26 16:07:10 -07:00
commands Eliminate build aot --interpreter flag (#17025) 2018-04-26 16:07:10 -07:00
dart Roll engine to 9859af123eb383ade52208a9db58ac39db84bfc2 (#16947) 2018-04-25 10:25:03 -07:00
fuchsia apply upcomming lint avoid_renaming_method_parameters (#15526) 2018-03-20 12:53:41 +01:00
intellij Extract checking IntelliJ packages into a helper and use for Android Studio. (#16198) 2018-04-04 10:48:46 -07:00
ios Extract Xxd class for iOS AOT snapshotting (#17006) 2018-04-26 08:32:51 -07:00
runner add the full path to a flutter command (#16720) 2018-04-20 17:39:32 -07:00
test Add some trace statements to flutter_tools (#16990) 2018-04-25 21:33:25 -07:00
tester Build once in FlutterTesterDevice. (#16457) 2018-04-12 19:01:55 -07:00
vscode add new lints of linter-0.1.44 and enable unnecessary_parenthesis (#15585) 2018-03-21 07:10:14 +01:00
application_package.dart Add a new Device backed by flutter_tester. (#16405) 2018-04-10 09:37:16 -07:00
artifacts.dart Support local-engine option for flutter_tester on Windows. (#16648) 2018-04-16 20:40:52 -07:00
asset.dart Always add a DevFS asset entry for the font manifest (#16650) 2018-04-16 21:48:21 -07:00
build_info.dart Add a new Device backed by flutter_tester. (#16405) 2018-04-10 09:37:16 -07:00
bundle.dart Extract KernelCompiler class (#16937) 2018-04-24 14:03:41 -07:00
cache.dart Prompt a solution message when flutter tools network fail in China (#16244) 2018-04-06 18:44:05 -07:00
compile.dart Add some trace statements to flutter_tools (#16990) 2018-04-25 21:33:25 -07:00
context_runner.dart Extract Xxd class for iOS AOT snapshotting (#17006) 2018-04-26 08:32:51 -07:00
crash_reporting.dart some whitespace cleanup (#14443) 2018-02-02 23:27:29 +01:00
dependency_checker.dart Faster hot reload (#8600) 2017-03-07 13:09:48 -08:00
devfs.dart Roll engine to 76cb311d9c33720dcd19274228b39ecdbad8d9af (with rolled dart) (#16518) 2018-04-12 16:28:01 -07:00
device.dart Add a new Device backed by flutter_tester. (#16405) 2018-04-10 09:37:16 -07:00
disabled_usage.dart Don't collect usage data during Fuchsia build (#12780) 2017-10-30 12:28:31 -07:00
doctor.dart Introduce DoctorValidatorsProvider to improve extensibility of flutter_tools (#16918) 2018-04-24 19:01:53 -07:00
flutter_manifest.dart URL encode asset paths to support reserved characters in paths (#16046) 2018-03-29 13:47:35 -07:00
globals.dart Let printError be able to print bold also (#9714) 2017-05-02 22:20:14 -07:00
plugins.dart Fix error with 'flutter packages get' in package projects (#16861) 2018-04-22 18:03:46 -07:00
project.dart Fix error with 'flutter packages get' in package projects (#16861) 2018-04-22 18:03:46 -07:00
protocol_discovery.dart Add support for binding to IPv6 localhost in flutter run (#13136) 2017-11-21 20:12:21 -08:00
resident_runner.dart a11y traversal: sort locally; use new sorting algorithm (#16253) 2018-04-23 14:23:49 -07:00
run_cold.dart [tools] consolidate "preview Dart 2" option in BuildInfo (#15083) 2018-03-02 15:45:55 -08:00
run_hot.dart Report RpcException error thrown by _reloadSource vmservice rpc. (#16417) 2018-04-13 17:02:14 -07:00
services.dart Use Dart 2 camel case constants (#15360) 2018-03-12 11:06:32 -07:00
template.dart Creates a new flutter command 'ide-config' and removes *.iml and .idea from tree. (#12958) 2017-11-13 10:55:22 -08:00
tracing.dart Fix the way how stream event subscription is handled. (#16698) 2018-04-18 10:21:33 +02:00
usage.dart Make AppContext immutable and race-free (#15984) 2018-03-28 10:58:28 -07:00
version.dart Revert some uses of Number.tryParse() (#16546) 2018-04-12 19:16:44 -07:00
vmservice_record_replay.dart Use Dart 2 camel case constants (#15360) 2018-03-12 11:06:32 -07:00
vmservice.dart a11y traversal: sort locally; use new sorting algorithm (#16253) 2018-04-23 14:23:49 -07:00