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 upPinned
359 contributions in the last year
Contribution activity
December 2020
Created 1 repository
- enyo/bloc Dart
Created a pull request in felangel/bloc that received 7 comments
Remove @visibleForTesting annotation on emit
Status
READY
Breaking Changes
NO
Description
As discussed in #1980 . I think that emit() should only be @protected and not @visibleForTesting since…