flutter/packages/flutter_tools
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
..
bin Pipe strong mode option for iOS simulator. (#14002) 2018-01-11 14:08:28 -08:00
gradle Update path to app.so when using aot compilation to shared library on android (#14302) 2018-01-27 14:21:58 +01:00
ide_templates/intellij Updated run configurations with catalog examples. (#13099) 2017-11-28 16:04:30 -08:00
lib [kernel/flutter] Improve speed of first hot reload (#13699) 2018-01-31 07:39:58 -08:00
schema Add support for iOS plugin class prefix (#13095) 2017-11-20 13:27:21 +01:00
templates Update Flutter Gallery Xcode project to a publishable state (#14309) 2018-01-29 01:14:03 -08:00
test Extensibility improvements to flutter_tools (#14299) 2018-01-29 09:40:28 -08:00
tool Declare locals final where not reassigned (flutter_tools) (#8570) 2017-03-03 17:50:46 -08:00
BUILD.gn [fuchsia] dart_package is now dart_library. (#13979) 2018-01-08 13:16:46 -08:00
pubspec.yaml Unpin test and upgrade packages (#14282) 2018-01-26 10:40:03 -08:00
README.md Roll Dart SDK to 2.0.0-dev.16.0, along with associated package updates (#13857) 2018-01-10 14:31:28 -08:00

Flutter tools

Tools for building Flutter applications.

To run the tests, ensure that no devices are connected, then navigate to flutter_tools and execute:

../../bin/cache/dart-sdk/bin/pub run test