- 15 Aug, 2019 1 commit
-
-
Jonah Williams authored
-
- 08 Aug, 2019 1 commit
-
-
Jonah Williams authored
-
- 07 Aug, 2019 1 commit
-
-
Jason Simmons authored
The use-application-binary flag can be used to run a previously built app package.
-
- 05 Aug, 2019 3 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
-
Jonah Williams authored
-
- 02 Aug, 2019 1 commit
-
-
Emmanuel Garcia authored
-
- 31 Jul, 2019 1 commit
-
-
Jonah Williams authored
-
- 18 Jul, 2019 1 commit
-
-
Jonah Williams authored
-
- 15 Jul, 2019 1 commit
-
-
Jonah Williams authored
-
- 13 Jul, 2019 1 commit
-
-
Jonah Williams authored
-
- 12 Jul, 2019 1 commit
-
-
Jonah Williams authored
-
- 09 Jul, 2019 1 commit
-
-
Jonah Williams authored
-
- 08 Jul, 2019 1 commit
-
-
Dan Field authored
-
- 18 Jun, 2019 1 commit
-
-
Jonah Williams authored
-
- 06 Jun, 2019 1 commit
-
-
Zachary Anderson authored
-
- 21 May, 2019 1 commit
-
-
Zachary Anderson authored
-
- 09 May, 2019 1 commit
-
-
Sam Rawlins authored
-
- 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
-