Highlights
- Arctic Code Vault Contributor
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
Pinned
933 contributions in the last year
Activity overview
Contribution activity
October 2020
Created a pull request in flutter/engine that received 1 comment
Refactor platform message logic
This laids the groundwork for sending messages through ChannelBuffers with channel-specific callbacks rather than a single onPlatformMessage callback.
+506
−362
•
1
comment
- migrate material to nullsafety
- [flutter_tools] flutter logs no longer requires supported device
- [null-safety] add integration tests for sound null safety modes, add support for sound null safety in dart2js
- migrate some material files to nullsafety
- [null-safety] migrate app dependencies of flutter driver
- Dispose of images after using them
Created an issue in flutter/flutter that received 1 comment
Consider Theme.of()! and other related topics
With the null safety migration, we've added a lot of !s near of methods. This issue is to track what we should do about it.
cc @goderbauer @HansMuller
1
comment