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 supported30 Subscribers
View all SubscribersAdd a CodeTriage badge to sdk
Help out
- Issues
- unnecessary return
- add linter warning if `Iterable<T>.join` is used where `T` is not a `String`
- enhance `prefer_const_literals_to_create_immutables` to lint constructor tear-off invocations
- [super-parameters] Lint positional parameter name != name of constructor parameter
- New lint to make parameters/variables/fields non-nullable if ! is used unconditionally for them.
- `cascade_invocations` to report only the first occurrence
- proposal: `no_redundant_default_values `
- avoid_print shows warning with print even if I use kDebugMode
- proposal: `avoid_type_ambiguation`
- Provide analyzer support for verifying `copyWith`-style implementations.
- Docs
- Dart not yet supported