flutter/packages/flutter_tools
Stanislav Baranov 54c10f44b2
Implement build flow for hot updates on Android (#22391)
This also involves switching from Core JIT to App JIT snapshot, and replacing per-isolate VM snapshot with the shared VM snapshot.

For now there is no separate update bundle file, as the generated update gets packaged directly into the APK for testing purposes.
2018-09-28 13:58:37 -07:00
..
bin Add coverage directory to fuchsia coverage script (#22236) 2018-09-26 13:17:20 -07:00
doc Animation API improvements (#21540) 2018-09-23 00:43:05 -07:00
gradle Implement build flow for hot updates on Android (#22391) 2018-09-28 13:58:37 -07:00
ide_templates/intellij Change 'flutter ide-config' to optionally create root Intellij module (#19920) 2018-07-30 10:15:26 -07:00
lib Implement build flow for hot updates on Android (#22391) 2018-09-28 13:58:37 -07:00
schema Support for flutter run/build module on iOS (#21216) 2018-08-30 16:18:44 +02:00
templates Support materializing Flutter module host app on iOS (#21276) 2018-09-25 15:21:13 -04:00
test Implement build flow for hot updates on Android (#22391) 2018-09-28 13:58:37 -07:00
tool Turn on unawaited_futures in flutter_tools (#21048) 2018-08-30 20:57:44 -07:00
analysis_options.yaml Turn on unawaited_futures in flutter_tools (#21048) 2018-08-30 20:57:44 -07:00
BUILD.gn [gn] Be explicit about Dart sources. 2018-08-01 09:33:03 -07:00
pubspec.yaml Update packges (#21241) 2018-08-30 18:16:23 -07:00
README.md Remove -j1 to run tools tests concurrently (#22038) 2018-09-19 17:47:06 +01: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