Highlights
- Arctic Code Vault Contributor
- Pro
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 upPopular repositories
1,528 contributions in the last year
Contribution activity
December 2020
Created 9 commits in 4 repositories
Created a pull request in flutter/flutter-intellij that received 1 comment
update the live templates
Some updates to our live templates: move the super.initState() call to the first line of the initState() override (fix #5063) move the system of r…
Opened 3 other pull requests in 2 repositories
flutter/devtools
2
merged
flutter/flutter-intellij
1
open
Reviewed 4 pull requests in 4 repositories
flutter/flutter-intellij 1 pull request
dart-lang/browser_launcher 1 pull request
dart-lang/linter 1 pull request
dart-lang/webdev 1 pull request
Created an issue in dart-lang/sdk that received 2 comments
provide user friendly messages for 'dart test' when pub has not yet been run or when there's no package:test dep
We should provide user friendly messages for 'dart test' when pub has not yet been run or when there's no package:test dep. Specifically, the way t…