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 supported33 Subscribers
View all SubscribersAdd a CodeTriage badge to sdk
Help out
- Issues
- Add lints to help users avoid common Widget anti-patterns.
- new lint: `use_iterables` (was catch places where "map" is used instead of "forEach")
- unawaited_futures doesn't work when method/function is not marked `async`
- Lint for undocumented exceptions.
- close_sinks rule false positive
- Spurious `unawaited_futures` warnings
- Provide an `exclude` option for linters in .analysis_options
- Have an optional parameter that outputs the timezone in `.toISO8601()`
- Inconsistent `statSync().mode` Behavior: Fails to Differentiate Between Non-Existent and Permission-Denied Files
- `collection_methods_unrelated_type` does not warn about `null` keys.
- Docs
- Dart not yet supported