John "codefu" McDole
John "codefu" McDole
Would be nice to be able to switch to a "dark" mode without using plugins. Small [stylish](https://chrome.google.com/webstore/detail/stylish/fjnbnpbmkenffdnngjfgmeleoegfcffe?hl=en) example: ``` css body { background: #202020; color: #d0d0d0; } .sidebar { background:...
If the user is using package:// in their tests, coverage will not be reported because the "lib" is not appended to the path. Here's a dirty hack to get this...
I'm on the road and missing my WASD navigation. It would be nice to have either gesture like navigation or arrow keys. I don't feel like I can accurately target...
Sometimes you want to test everything in your project with DDC. MemoryFileSystem imports too much to be compiled with DDC.
Same as #150791 except with AARs (`flutter build module`)
protofu downloads the right version of protoc/plugins and just works. Also updated instructions for regenerating.
Targets should be able to define higher or lower threshold limits. Fixes flutter/flutter#151195
27MB of binaries should not be checked into our source tree.
We had a engine roll failure this morning followed by a gnarly amount of work to get it started again. As you can see in this commit; there are several...