Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
167 contributions in the last year
Contribution activity
November 2020
Created 6 commits in 3 repositories
Created a pull request in flutter/flutter that received 7 comments
Improve performance of Widget Tests
Description
Use a cache when checkIntriniscSizes is enabled (the default for flutter test).
Recomputing the intrinsic sizes during every layout jus…
Opened 5 other pull requests in 2 repositories
flutter/flutter
3
merged
1
open
flutter/plugins
1
open
Reviewed 1 pull request in 1 repository
flutter/flutter 1 pull request
Created an issue in dart-lang/sdk that received 1 comment
Printing of single-element lists containing empty strings
We cannot differentiate between lists that are empty, and lists that contain a single element empty string. Illustrating with a quick example: void m…