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 supported35 Subscribers
View all SubscribersAdd a CodeTriage badge to sdk
Help out
- Issues
- sort_unnamed_constructors_first and explicit `new` constructor
- Questions on null_check_on_nullable_type_parameter
- `parameter_assignments` needs a few updates, certainly to the documentation, and possibly in the semantics
- setting linter rules in `analysis_options.yaml` is confusing
- prefer_const_constructors_in_immutables: doesn't trigger if class has no constructor
- unnecessary_overrides has issues in mixed null safe mode
- `avoid_redundant_argument_values` false positive on `DateTime(year, month, day)` if month and day have the same value
- `use_super_parameters` doesn't trigger if param is used in constructor
- `avoid_function_literals_in_foreach_calls` should call out "Iterable"
- `overridden_fields` to consider `@mustBeOverridden`
- Docs
- Dart not yet supported