flutter/packages/flutter_tools/lib
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
..
src Implement build flow for hot updates on Android (#22391) 2018-09-28 13:58:37 -07:00
executable.dart Renamed 'flutter materialize' to 'flutter make-host-app-editable'. The iOS version is still incomplete and will therefore require additional renaming. (#21771) (#22006) 2018-09-18 17:58:20 -07:00
runner.dart Added more extensive ANSI color printing support on terminals. (#20958) 2018-09-19 15:22:43 -07:00