sdk icon indicating copy to clipboard operation
sdk copied to clipboard

The Dart SDK, including the VM, dart2js, core libraries, and more.

Results 668 sdk issues
Sort by recently updated
recently updated
newest added

`RawDatagramSocket.bind()` [documentation](https://api.dart.dev/dev/2.19.0-50.0.dev/dart-io/RawDatagramSocket/bind.html) reads > The ttl sets time to live of a datagram sent on the socket. It's unclear what this parameter does. Is it a max number of hopes...

area-documentation
type-question

The following Dart core library APIs, which are all currently deprecated, are now being fully removed. This is the continuation of previous discontinuation work tracked in https://github.com/dart-lang/sdk/issues/34233 **NOTE**: This plan...

area-meta
breaking-change

Currently the DevTools > Inspector does a lot of extra work to navigate to select a widget. We should instead dispatch an event with a file + line + column...

area-tools

## Version information - `IDEA AI-212.5712.43.2112.8815526` - `2.17.6` - `AI-212.5712.43.2112.8815526, JRE 11.0.12+7-b1504.28-7817840x64 JetBrains s.r.o, OS Windows 10(amd64) v10.0 , screens 2600.0x1462.5`

area-analyzer

This is going to be a tough one to debug, as it only happens to me after a few hours of usage, but I'm happy to add any debugging/test versions...

area-library
library-io

### Dart 2.8.4 (Flutter 1.17.5) throws a `FormatException` when the cookie value in `Set-Cookie` header contains a space. The following is from a Flutter app, but the underlying code throwing...

area-library
library-io

If the file name is the same as widget, renaming a widget should update the file name and imports to point to the new resource. It should convert between camelcase...

area-analyzer
P3
analyzer-refactoring
type-enhancement

Extracting a surrounding widget while keeping a child parameter. for example ``` Container(child: Text()) ``` Extract `Container` as new widget called `Wrapper` and keep `Text `as its child, so the...

area-analyzer
P3
analyzer-refactoring
customer-flutter
type-enhancement

This task is primarily an anchor for associated "TODO"s in the code. Mainly, ARM64/IA32 support is missing.

area-vm
P2