Dart GitHub Bot
Dart GitHub Bot
**Summary:** Dart CLI commands, like `dart run` and `dart test`, hang when internet connectivity is slow or unstable due to analytics collection blocking the execution flow. This issue can be...
**Summary:** Users cannot directly convert Dart `BigInt` to JavaScript `BigInt` using `dart:js_interop`. This prevents passing `BigInt` values to JavaScript functions expecting `BigInt` arguments.
`area-test`, `type-bug` > The `pkg/_macros/test/executor/executor_test` tests are failing on Windows ARM64 and x64 configurations, resulting in a `RuntimeError` instead of the expected `Pass`.
**Labels:** `area-analyzer`, `type-bug` **Summary:** The `include:` directive in `analysis_options.yaml` is not working as expected in VS Code. While the `dart analyze` command correctly identifies linting issues based on the included...
**Summary:** The `SecureSocket.connect()` method with a specified timeout parameter does not consistently throw a timeout exception when the connection exceeds the set duration, leading to unreliable network connection timeouts. This...
**Summary:** This issue proposes adding a new feature called "augmentations" to the Dart language. The goal is to implement this feature and make it available to users.
**Summary:** The user proposes adding a `--insert-ignore-comments` flag to the `dart fix` command. This flag would automatically add ignore comments to existing code for new lint rules, allowing developers to...
**Labels:** `area-core-library`, `type-enhancement` **Summary:** The `Uint8List.fromList()` constructor is significantly slower than creating a `Uint8List` with a specified length and then setting each element individually. This performance difference is likely due...
**Labels:** `area-language`, `type-bug` **Summary:** Types generated by a macro within a library are not visible outside that library, even when the library is imported. This contradicts the expected behavior where...
**Summary:** The IntelliJ Dart analyzer is not providing error resolution suggestions for the entire file, despite the presence of errors. This issue prevents users from efficiently fixing errors in their...