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
- Ctrl + Click on @override should take you to the method being overriden
- Improve String handling in Dart for native platforms
- Expression Compiler can't pass enough information for late local variables using `DartScope.definitions`
- There is No suggestions for typedef of classes with factory constructors when use `Foo.<Here Trigger Suggestion>()`;
- Hover shows static type ("Never") for `throw` and `rethrow` but not types for "return" or "yield"
- Records returned from sync methods marked as async are wrong
- Can't find any official documentation on configurable imports
- Configurable imports with prefixes doesn't work as expected
- Removed unnecessary dependencies from `ddc_stable_test` and `ddc_canary_test`
- Function.toJS uses static type for type casts on dart2wasm but runtime type for type casts on dart2js/ddc.
- Docs
- Dart not yet supported