Skip to content

Releases: dart-lang/tools

package:unified_analytics v8.0.5

09 Jul 17:50
fd7cc89
Compare
Choose a tag to compare
  • Fix Event.flutterWasmDryRun fields.

package:unified_analytics v8.0.4

09 Jul 02:36
1500539
Compare
Choose a tag to compare
  • Changed Event.flutterWasmDryRun to track dart2wasm dry run metrics from Flutter.

package:test_reflective_loader v0.3.0

09 Jul 14:54
1500539
Compare
Choose a tag to compare
  • Require Dart ^3.5.0.
  • Update to package:test 1.26.1.
  • Pass locations of groups/tests to package:test to improve locations reported
    in the JSON reporter that may be used for navigation in IDEs.

package:coverage v1.15.0

09 Jul 00:15
1500539
Compare
Choose a tag to compare
  • Expose filterIgnored function, which filters the coverage data according to // coverage:ignore-... comments. Previously this filtering functionality was only available when loading coverage data from json using parseJson etc.

package:unified_analytics v8.0.2

24 Jun 16:57
9b35b98
Compare
Choose a tag to compare
  • Added Event.dartMCPEvent for events from the dart mcp-server command.

package:watcher v1.1.2

11 Jun 14:49
72e6cc8
Compare
Choose a tag to compare
  • Fix a bug on Windows where a file creation event could be reported twice when creating
    a file recursively in a non-existent directory.

package:coverage v1.14.1

05 Jun 01:33
e84cbd9
Compare
Choose a tag to compare
  • Remove dependency on package:pubspec_parse.
  • Silence a rare error that can occur when trying to resume the main isolate because the VM service has already shut down. This was responsible for a ~0.1% flakiness, and is safe to ignore.

package:coverage v1.14.0

25 May 23:02
89997b0
Compare
Choose a tag to compare
  • Require Dart ^3.6.0
  • Partial support for workspace packages in test_wth_coverage.
  • Deprecate test_wth_coverage's --package-name flag, because it doesn't make
    sense for workspaces.
  • Change the default --port to 0, allowing the VM to choose a free port.

package:process v5.0.4

21 May 21:36
30ba946
Compare
Choose a tag to compare
  • Updates minimum supported SDK version to Flutter 3.22/Dart 3.4.
  • Move the package into the dart-lang/tools repository.
  • Bumped min SDK dependency to 3.5.0.

package:coverage v1.13.1

01 May 22:50
f1f8ac1
Compare
Choose a tag to compare
  • Fix a bug where the VM service can be shut down while some coverage collections are still happening.