Moritz
Moritz
Requires #827 to be merged. Extend API by providing a `CLinker`, supporting development only on linux for now. Other platforms to be added in future PRs. --- - [x] I’ve...
To be used when `dart format` had any changes in a stable SDK release. --- - [x] I’ve reviewed the contributor guide and applied the relevant portions to this PR....
With the upcoming `record_use` feature, users can record usage of certain Dart objects by placing `@RecordUse` annotations on the objects. To retrieve the recordings, they need to provide the identifier...
--- - [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 general expectations for PRs. - Larger...
Removing dynamic calls might be difficult because of the `Matcher` API, which heavily uses `dynamic`.
I am unsure to what version to bump this, as it technically changes the API by adding types to `reset` and `clearInteractions`. --- - [x] I’ve reviewed the contributor guide...
- 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...
Show progress messages, fixes https://github.com/dart-lang/sdk/issues/53732 for `dartdev`. See also https://dart-review.googlesource.com/c/sdk/+/378680 cc @craiglabenz, something like this would have to be implemented in Flutter as well. --- - [x] I’ve reviewed the...