- 29 Apr, 2019 1 commit
-
-
Jonah Williams authored
-
- 25 Apr, 2019 1 commit
-
-
Jonah Williams authored
-
- 22 Apr, 2019 1 commit
-
-
Stanislav Baranov authored
-
- 19 Apr, 2019 1 commit
-
-
Ben Konyi authored
* Added support for authentication codes for the VM service. Previously, a valid web socket connection would use the following URI: `ws://127.0.0.1/ws` Now, by default, the VM service requires a connection to be made with a URI similar to the following: `ws://127.0.0.1:8181/Ug_U0QVsqFs=/ws` where `Ug_U0QVsqFs` is an authentication code generated and shared by the service. This behavior can be disabled with the `--disable-service-auth-codes` flag.
-
- 16 Apr, 2019 1 commit
-
-
Alexander Aprelev authored
* Support release/debug flavors of flutter_patched_sdk * Use [anyNamed] instead of [any] for mocking named arguments * Fix use of local engine in release mode
-
- 08 Apr, 2019 1 commit
-
-
Jonah Williams authored
Reland: Ensure that flutter run/drive/test/update_packages only downloads required artifacts (#30254)
-
- 05 Apr, 2019 1 commit
-
-
Tim Sneath authored
-
- 30 Mar, 2019 2 commits
-
-
Jonah Williams authored
Revert "Ensure that flutter run/drive/test/update_packages only downloads required artifacts (#30075)" (#30232)
-
Jonah Williams authored
-
- 22 Mar, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 21 Mar, 2019 1 commit
-
-
Alexander Aprelev authored
* Use source list from the compiler to track invalidated files. * Revert accidental change * Fix first-time-seen-the-file logic * Fix/simplify invalidate logic now that we can rely on compiler to let us know what is the cut-off point for invalidation. * Update devfs mock to accommodate for new fields * Fix deleted files case * Analyzer found missing final
-
- 15 Mar, 2019 2 commits
-
-
Jonah Williams authored
-
liyuqian authored
This is the accompanying change for https://github.com/flutter/engine/pull/8148 and it needs the engine PR to land first. For https://github.com/flutter/flutter/issues/813
-
- 14 Mar, 2019 1 commit
-
-
Jonah Williams authored
-
- 07 Mar, 2019 1 commit
-
-
Jonah Williams authored
-
- 01 Mar, 2019 1 commit
-
-
Alexandre Ardhuin authored
* add trailing commas on list/map/parameters * add trailing commas on Invocation with nb of arg>1 * add commas for widget containing widgets * add trailing commas if instantiation contains trailing comma * revert bad change
-
- 15 Feb, 2019 1 commit
-
-
Jonah Williams authored
-
- 13 Feb, 2019 2 commits
-
-
Jonah Williams authored
This reverts commit 76061c4f.
-
Jonah Williams authored
-
- 08 Feb, 2019 2 commits
-
-
Jonah Williams authored
This reverts commit 98971f3c.
-
Jonah Williams authored
-
- 05 Feb, 2019 1 commit
-
-
xster authored
-
- 30 Jan, 2019 1 commit
-
-
Siva authored
* Add support for experimental flags during hot reload.
-
- 29 Jan, 2019 1 commit
-
-
Chinmay Garde authored
-
- 25 Jan, 2019 1 commit
-
-
Gary Qian authored
* Revert "Make UriMapper and StdoutHandler public and add test cases (#26932)" This reverts commit 6cf554b0. * Revert "Update packages (#27046)" This reverts commit 496c5738. * Revert "roll engine for TODAY bug (#27049)" This reverts commit 5ae6346f. * Revert "Warn when building on master channel (#25007)" This reverts commit dd65a546. * Revert "Add experimentalBuildEnabled flag and initial shim for build_runner (#26989)" This reverts commit 1237ee8f. * Revert "Experimental flags for hot reloads, fixed (#27043)" This reverts commit 2c05d08f.
-
- 24 Jan, 2019 3 commits
-
-
Liam Appelbe authored
* Revert "Revert "Experimental flags for hot reloads (#26988)" (#27037)" This reverts commit cf744198. * Fix analysis failures
-
Liam Appelbe authored
* First pass at incremental exp flags * adkfgjh
-
- 19 Jan, 2019 1 commit
-
-
Ian Hickson authored
These are essentially self-inflicted race conditions. Instead of timeouts we're going to try a more verbose logging mechanism that points out when things are taking a long time.
-
- 18 Jan, 2019 1 commit
-
-
Liam Appelbe authored
* exp flags in flutter * Fix test failures
-
- 17 Jan, 2019 1 commit
-
-
Stanislav Baranov authored
-
- 11 Jan, 2019 1 commit
-
-
Stanislav Baranov authored
-
- 21 Dec, 2018 1 commit
-
-
Stanislav Baranov authored
* Renamed --save-compilation-trace to flutter run --train. * Renamed --precompile=<file> to --compilation-trace-file=<file>. * In dynamic mode, made JIT snapshot the default, instead of kernel file.
-
- 20 Dec, 2018 1 commit
-
-
Stanislav Baranov authored
-
- 15 Dec, 2018 1 commit
-
-
Stanislav Baranov authored
-
- 14 Dec, 2018 1 commit
-
-
David Shuckerow authored
* Add ipv6 and observatory port support to the attach command. * Remove whitespace * Explain why a name change is useful here * Refactor common flags out into the parent * Add an additional test case for when observatory port is provided but debug port is not * Remove whitespace * Fix flag validation
-
- 19 Nov, 2018 1 commit
-
-
Alexandre Ardhuin authored
* update lint list * enable sort_pub_dependencies * enable avoid_returning_null_for_void * enable flutter_style_todos
-
- 11 Nov, 2018 1 commit
-
-
Jonah Williams authored
-
- 09 Nov, 2018 1 commit
-
-
Jonah Williams authored
-
- 24 Oct, 2018 1 commit
-
-
Danny Tuppeny authored
* Fix --pid-file not working for --machine + add to attach Fixes #23201. * Add tests for --pid-file in run+attach
-