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
1,591 contributions in the last year
Activity overview

Contribution activity
November 2020
October 2020
Created a pull request in rrousselGit/river_pod that received 1 comment
Created an issue in dart-lang/sdk that received 1 comment
runZoned does not pass zoneValues to async* functions
Consider: Stream<void> example() async* { print('${Zone.current['foo']} ${Zone.current['bar']}); } final stream = runZoned(example, zoneValues: {'foo