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 upHighlights
- Arctic Code Vault Contributor
Pinned
817 contributions in the last year
Activity overview
Contribution activity
July 2020
- update to use more null safe packages
- Don't move to word edge when tapping with a mouse
- Remove timeout on integration_ui_ios
- WidgetController.pump use optional duration
- clean up hero controller scope
- Restoration Framework
- [CONTRIBUTING.md] adds Contributing to Flutter article link
- Implement Router widget and widgets app api
- Add support in WidgetTester for an array of inputs
- Add more documentation on why tests might hang when using runAsync
- Add continuous pumping for animation
Created an issue in dart-lang/sdk that received 6 comments
Strange type error with generic getters
I don't really understand why this fails: typedef Foo<T> = void Function(T value); class _Property<T> { _Property(this.foo); Foo<T> foo; } void test<T
6
comments