sdk
https://github.com/dart-lang/sdk
Dart
The Dart SDK, including the VM, dart2js, core libraries, and more.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Dart not yet supported34 Subscribers
View all SubscribersAdd a CodeTriage badge to sdk
Help out
- Issues
- lint that flags package descriptions not between 60 and 180 characters
- Consider not flagging join_return_with_assignment for ++/-- expressions
- Add a lint for negating a result of a method call on a number
- lint for potential constant values
- consider not flagging members in private classes/mixins/extensions/enums w/ type_annotate_public_apis
- avoid_implementing_value_types false positives
- consider replacing regexps w/ hand-rolled predicates
- Lint to warn about cases where --track-widget-creation can change behavior
- Flag comparisons between nullable booleans and literals
- Report lint when an extension member name collides with extendee member name
- Docs
- Dart not yet supported