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 up
Popular repositories
958 contributions in the last year
Contribution activity
October 2020
Created a pull request in flutter/engine that received 5 comments
Fix documentation build for window changes.
Description
This fixes the framework documentation build errors resulting from #20496.
It turns out that dartdoc doesn't like references to [Window…
- Convert some more widget tests to NNBD
- Convert some more widget tests to NNBD
- Convert some widgets tests to NNBD
- Fix nullability warnings in routes_test
- Migrate more material tests to NNBD
- Make TextTheme attributes non-nullable.
- Mark keys that match a shortcut, but have no action defined as "not handled".
- Deprecate old SnackBar methods
- [NNBD] Migrate more widget tests to NNBD
- Migrate missed tests
- Migrated the Slider widget and tests to null safety.
- Migrate last batch of tests
- Migrate some widget tests to NNBD
- [NNBD] More widget tests
- Add contentPadding property for RadioListTile
- Add test for TabBarView
- [gestures] make stylus pointer types use touch pan/drag slop
- Mark keys that match a shortcut, but have no action defined as "not handled".
- Reland ensure visible fix for nested viewports
- Migrate some widget tests to NNBD
- Make TextTheme attributes non-nullable.
- Migrate Material framework tests to null safety
- Migrate framework tests for rendering, semantics, widgets to null safety
- Migrate some material tests to nnbd
- Re-land ScaffoldMessenger
- Migrate foundation test to nullsafety
- migrate some material files to nullsafety
- [null-safety] pass experiments to builders
- [null-safety] allow web shard to compile null-safe tests.
- Migrate gestures, physics and scheduler tests to null safety.
- [NNBD] Migrate some Cupertino tests
- Migrate some tests to null-safety
Created an issue in flutter/flutter-intellij that received 7 comments
Running tests causes an `RPCError` fairly often.
What happened
When running tests in the Flutter framework, but right clicking next to the main() declaration and clicking "Run tests in ...", this …