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
- [ddc] switch case doesn't match enum when enum comes from a different library and has a final field that's not initialized via constructor
- [dart2js] Indirect `Uint8List(0) as List<int>` not optimized
- Memory leak when spawning isolates that use HTTP
- `LinkedHashMap<String, T>();` is changed to `<String, T>{};` after `dart fix`
- Improve auto-complete for override
- Consider allowing formatting in the presence of non-syntactic errors from the parser
- analyzer does not report an error when an expression of type void is used
- Renaming is not possible if file is excluded from `analysis_options`
- Errors are escaping the error zone when thrown from wrapped register* callbacks.
- lint rule to rename unused parameters into wildcards
- Docs
- Dart not yet supported