flutter/packages/flutter_tools/lib/src
jensjoha 5ccd5a1e75 [kernel/flutter] Improve speed of first hot reload (#13699)
* [kernel/flutter] Improve speed of first hot reload

* [kernel/flutter] Improve speed of first hot reload

* Revert "[kernel/flutter] Improve speed of first hot reload"

This reverts commit f3dc133878.

* Revert "[kernel/flutter] Improve speed of first hot reload"

This reverts commit f7bcb082b0.

* Revert "Revert "[kernel/flutter] Improve speed of first hot reload""

This reverts commit 73c7a1a8e8.

* [kernel/flutter] Improve speed of first hot reload

Do so by not evicting unnecessary paths (while still evicting paths
that was changed between the generation of the package file and the
initial upload).

* Fix grammar in method name

* Fix bad merge

* Add method to super class
2018-01-31 07:39:58 -08:00
..
android Add version check for doctor --android-licenses (#14249) 2018-01-24 20:01:11 -08:00
base Nicer error message for TLS errors (#14285) 2018-01-26 11:09:23 -08:00
commands Try to make transitioning channels actually work. (#14353) 2018-01-30 11:37:15 -08:00
dart Roll Dart SDK to 2.0.0-dev.16.0, along with associated package updates (#13857) 2018-01-10 14:31:28 -08:00
fuchsia Fix --preview-dart2 option handling for ios profile/release. (#13285) 2017-11-30 17:17:39 -08:00
ios use const instead of final with const declarations (#14253) 2018-01-25 19:28:22 +01:00
runner Extensibility improvements to flutter_tools (#14299) 2018-01-29 09:40:28 -08:00
test Fix various strong mode issues. (#14284) 2018-01-31 08:21:32 +01:00
application_package.dart use const instead of final with const declarations (#14253) 2018-01-25 19:28:22 +01:00
artifacts.dart support for --strong option (#13859) 2018-01-04 10:39:02 -08:00
asset.dart [kernel/flutter] Improve speed of first hot reload (#13699) 2018-01-31 07:39:58 -08:00
build_info.dart support for --strong option (#13859) 2018-01-04 10:39:02 -08:00
cache.dart Fix crash during artifact download (#14147) 2018-01-17 16:08:19 -08:00
compile.dart Add tracing to print front-end command (#14340) 2018-01-30 08:52:04 -08:00
crash_reporting.dart enable crash reporting in flutter_tools (#9039) 2017-03-28 15:16:38 -07:00
dependency_checker.dart Faster hot reload (#8600) 2017-03-07 13:09:48 -08:00
devfs.dart [kernel/flutter] Improve speed of first hot reload (#13699) 2018-01-31 07:39:58 -08:00
device.dart route device issue diagnostics to flutter doctor (#13346) 2017-12-07 09:32:23 -08:00
disabled_usage.dart Don't collect usage data during Fuchsia build (#12780) 2017-10-30 12:28:31 -07:00
doctor.dart Nicer error message for TLS errors (#14285) 2018-01-26 11:09:23 -08:00
flutter_manifest.dart Mark FlutterManifest.createFromString() as visible for testing only. (#14276) 2018-01-26 11:35:38 -08:00
flx.dart Extensibility improvements to flutter_tools (#14299) 2018-01-29 09:40:28 -08:00
globals.dart Let printError be able to print bold also (#9714) 2017-05-02 22:20:14 -07:00
plugins.dart Revert pod install skip revert (#13774) 2017-12-27 07:30:31 -08:00
project.dart Change default organization name to example.com in project templates (#14116) 2018-01-18 09:21:24 +01: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 [kernel/flutter] Improve speed of first hot reload (#13699) 2018-01-31 07:39:58 -08:00
run_cold.dart support for --strong option (#13859) 2018-01-04 10:39:02 -08:00
run_hot.dart [kernel/flutter] Improve speed of first hot reload (#13699) 2018-01-31 07:39:58 -08:00
services.dart Nicer error message for TLS errors (#14285) 2018-01-26 11:09:23 -08: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 Re-organize flutter_tools code to better support proper layering. (#12957) 2017-11-09 21:45:31 -08:00
usage.dart New release process (#14061) 2018-01-18 07:59:06 -08:00
version.dart Attempt to make flutter compatible with more git versions (#14273) 2018-01-26 16:59:56 -08:00
vmservice_record_replay.dart use conditional assignment (#9252) 2017-04-07 21:41:17 +02:00
vmservice.dart use const instead of final with const declarations (#14253) 2018-01-25 19:28:22 +01:00
zip.dart Write flutter_assets directory on Windows (#13564) 2017-12-14 16:08:31 +01:00