Jacob Richman
Jacob Richman
Watching GPU + CPU usage in the timeline page is a reasonable first approximation for for power usage but we could do better by plumbing through Android and iOS APIs...
For example, frequently main axis can't be set to a value other than center if textDirection is null as is often the case.
This will help diagnose why users had certain failures such as no profile samples that may be due to having the wrong vm flags set. Fyi @kenzieschmoll
## Page Maybe a new article about mocking on dart? Something like: https://dart.dev/language/mocking-in-dart (new) ## Notes ### What information is missing? Documentation on how to mock classes that use the...
If a user updates to the latest Flutter but is still using an old IntelliJ plugin we should warn them that they should also update their Flutter IntelliJ plugin to...
## Summary We were calling staticRefresh even if the banner wouldn't be shown to a user or there wasn't a banner to show. This resulted in an extra frame of...
## Summary ## Details ## Related Issues ## How to Validate ## Pre-Merge Checklist - [ ] Updated relevant documentation and README (if needed) - [ ] Added/updated tests (if...
## Summary ## Details ## Related Issues ## How to Validate ## Pre-Merge Checklist - [ ] Updated relevant documentation and README (if needed) - [ ] Added/updated tests (if...
Fix bug in the shellExecutionService resulting in the following P0 issues: 1. Only the last 1000 lines of shell output are ever sent even if the output is longer. 2....