Moritz
Moritz
Making it a bit less cryptic. --- - [x] I’ve reviewed the contributor guide and applied the relevant portions to this PR. Contribution guidelines: - See our [contributor guide](https://github.com/dart-lang/.github/blob/main/CONTRIBUTING.md) for...
- Thanks for your contribution! Please replace this text with a description of what this PR is changing or adding and why, list any relevant issues, and review the contribution...
- Thanks for your contribution! Please replace this text with a description of what this PR is changing or adding and why, list any relevant issues, and review the contribution...
- Thanks for your contribution! Please replace this text with a description of what this PR is changing or adding and why, list any relevant issues, and review the contribution...
From https://github.com/dart-lang/language/issues/3872#issuecomment-2468948888, evaluate using CBOR for package:messages. Maybe duplicating the code of the Dart library to avoid a dependency.
See https://github.com/dart-lang/tools/actions/runs/12969601332, specifically `test/sse_test.dart: SSE disconnects when navigating away (failed)`. cc @elliette
Refiling of #164094, which itself is a rebase of #159675 This PR adds bundling support for the experimental dart data asset feature: Dart packages with hooks can now emit data...
Switch Flutter to use pub workspaces as a preparation to unpin selected packages. Assumptions: 1. No packages in this repository are published to pub.dev --> We can use `any` dependencies...
Fixes #158050 Created by running `flutter update-packages --cherry-pick=intl:^0.20.2 --exclude-tools` - we probably don't want to unpin `flutter_tools` dependencies to avoid breaking it. ## Pre-launch Checklist - [x] I read the...