Dart GitHub Bot
Dart GitHub Bot
Visit the preview URL for this PR (updated for commit f722e2c7841017e05f22f94df7c26412e7a48637): https://dart-dev--pr5359-promo-code-exc-lmxwqb8m.web.app
**Summary:** The issue is that extension type expression evaluation fails when the extension type is used as a parameter in a closure. The evaluation throws a `NoSuchMethodError` when trying to...
**Summary:** The `discarded_futures` and `unawaited_futures` analysis rules do not work correctly for tearoffs used as arguments and in closures. The analysis is dependent on whether the enclosing function is `async`,...
Visit the preview URL for this PR (updated for commit 344c8288826f4434b928705f74a2eca2b82fe164): https://dart-dev--pr4958-subtype-subclass-iwh6vcvk.web.app
**Summary:** The issue reports that the "Join if statement" refactoring breaks `case` statements within nested `if` statements. The user expects the refactoring to either correctly handle the nested `case` statements...
Visit the preview URL for this PR (updated for commit 09214372eddfd6d11f61939a889622f9ef531b97): https://dart-dev--pr5269-c-ffi-hqjps1e6.web.app
**Summary:** The user proposes a new "Wrap with Expanded/Flexible" assist that would automatically wrap selected widgets with `Expanded` or `Flexible` based on the parent widget being a `Flex`. This would...
**Summary:** The stack trace in Dart's `uncaught exceptions` does not include the user's code when using a tear-off function, making it difficult to pinpoint the source of the error. This...
**Summary:** The user is experiencing an issue where the `chrome` and `browser` objects are undefined in a Dart content script running in a Firefox extension, while the same code works...
**Summary:** This issue reports that macro-augmented constructors lose their `const` status and default parameter values. The macro augments the constructor with an assertion, but the generated code doesn't preserve the...