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
- 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
- proposal: adjust unused_local_variables and no_leading_underscores_for_local_identifiers
- Consider new lint: `hardcoded_strings`
- prefer_const_constructors_in_immutables: doesn't trigger if class has no constructor
- Proposal: avoid_unstable_final_field
- proposal: `prefer_enum_by_name`
- 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
- Docs
- Dart not yet supported