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 supported36 Subscribers
View all SubscribersAdd a CodeTriage badge to sdk
Help out
- Issues
- New fix to remove `if (true)`
- lint rule for using the "is" operator on unrelated types
- Add an annotation so that method calls can opt in to behaving like an unnecessary_statement
- Lint to warn when possibly long lived closures capture unexpected variables on the VM
- `always_specify_types` falsely positives alias types of classes with type generics.
- Should cast_nullable_to_non_nullable warn if dynamic is casted to non-nullable?
- Exclude {Key? key} from `always_put_required_named_parameters_first`
- tests (and spelunker reporting) crash on test files that fail to parse
- New lint rule: warn about Color constants that match existing color constants
- False positive and maybe-false negative with cascade_invocations with cascaded invocations on difference references
- Docs
- Dart not yet supported