- 25 Oct, 2017 1 commit
-
-
Alexandre Ardhuin authored
* enable lint prefer_foreach * fix tests
-
- 17 Oct, 2017 1 commit
-
-
Alexander Aprelev authored
gen_snapshot loads all packages from single app kernel file.
-
- 12 Oct, 2017 1 commit
-
-
Alexander Aprelev authored
* Fix restart flow for preview-dart-2 mode. Restart in preview-dart-2 needs to use kernel file and it has to be complete, rather than incremental kernel file. * Add curly braces * Do full compile on restart * Roll engine to pick up changes to hot reload for preview-dart-2
-
- 03 Oct, 2017 1 commit
-
-
Alexander Markov authored
Add hidden options --extra-front-end-options and --extra-gen-snapshot-options to flutter tool (#12219) This CL introduces 2 hidden options to 'flutter build aot' and 'flutter run' for passing arbitrary arguments to front-end server and to gen_snapshot tool when building and running flutter app in --profile or --release modes. The ability to pass arbitrary options simplifies various experiments, as it removes the need to change defaults and rebuild flutter engine for every tested configuration.
-
- 27 Sep, 2017 1 commit
-
-
Ian Hickson authored
-
- 13 Sep, 2017 1 commit
-
-
Alexander Aprelev authored
* Recreate outputFileName completer, handle process launch errors. * Fix formatting * Updated comment
-
- 05 Sep, 2017 1 commit
-
-
Alexander Aprelev authored
* Move host build check until it's actually used * Elaborate diagnostic message
-
- 31 Aug, 2017 1 commit
-
-
Alexander Aprelev authored
This adds --preview-dart-2 flag that enables use of Dart 2.0 Frontend in Flutter tools.
-