- 29 Apr, 2019 1 commit
-
-
Jonah Williams authored
-
- 25 Apr, 2019 1 commit
-
-
Jonah Williams authored
-
- 18 Apr, 2019 1 commit
-
-
Devon Carew authored
-
- 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
-
- 15 Apr, 2019 1 commit
-
-
liyuqian authored
## Description Previously, such function is only available in the debug mode. But the performance information is very noisy in debug mode with JIT. I feel that such function is as important and useful as the performance overlay and the `--trace-skia` option for the GPU thread. So we should give it the same ability to run in both profile and debug mode. I've tested it using flutter_gallery in the profile mode. There's no observable difference in the performance overlay between toggling widget build profiling. ## Related Issues https://github.com/flutter/flutter/issues/30984
-
- 11 Apr, 2019 1 commit
-
-
Jonah Williams authored
-
- 10 Apr, 2019 1 commit
-
-
Dan Field authored
* Check for invalid elevation usage in the layer tree
-
- 27 Mar, 2019 1 commit
-
-
Jonah Williams authored
-
- 22 Mar, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 21 Mar, 2019 3 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
-
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
-
Jonah Williams authored
-
- 07 Mar, 2019 2 commits
-
-
Jonah Williams authored
-
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
-
- 27 Feb, 2019 1 commit
-
-
Jonah Williams authored
-
- 21 Feb, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 15 Feb, 2019 1 commit
-
-
Jonah Williams authored
-
- 06 Feb, 2019 1 commit
-
-
Greg Spencer authored
Before this, we had several places where an isReleaseMode was defined, all with the same definition. This just makes it more broadly visible to allow our users to use it, as well as creating debug and profile versions, and adding a device lab test for it. Since this is a const value, this makes it possible for a developer to easily mark blocks that can be removed at AOT compile time.
-
- 05 Feb, 2019 1 commit
-
-
xster authored
-
- 01 Feb, 2019 1 commit
-
-
Alexander Aprelev authored
* Don't send accept/reject if compilation never started. Ensure that we wait for reject's response since that is async operation. Fixes https://github.com/flutter/flutter/issues/27120. * Fix analysis errors * Rename flag. Ensure we raise it on first compilation too.
-
- 30 Jan, 2019 1 commit
-
-
Siva authored
* Add support for experimental flags during hot reload.
-
- 28 Jan, 2019 1 commit
-
-
Danny Tuppeny 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
-
-
Jonah Williams authored
-
- 17 Jan, 2019 1 commit
-
-
Kenzie Schmoll authored
* Register hot restart service in flutter_tools.
-
- 16 Jan, 2019 1 commit
-
-
Luca Zuccarini authored
-
- 11 Jan, 2019 1 commit
-
-
Stanislav Baranov authored
-
- 08 Jan, 2019 1 commit
-
-
Jonah Williams authored
-
- 04 Jan, 2019 2 commits
-
-
Stanislav Baranov authored
-
Stanislav Baranov authored
-
- 27 Dec, 2018 1 commit
-
-
Alexander Aprelev authored
* Collect devfs stats for better analytics * Fix fields initialization * Fix lints
-
- 21 Dec, 2018 2 commits
-
-
Ian Hickson authored
This reverts commit 76f70810.
-
Ian Hickson authored
* Remove many timeouts. 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. * Get the attach tests to pass. * Apply review comments from Todd * More review comment fixes * Put back the extended timeouts here now that I know why we have them...
-