Releases: dart-lang/tools
Releases · dart-lang/tools
package:oauth2 v2.0.5
- Make underlying HTTP client non-nullable to inherit its close behavior.
package:watcher v1.1.4
- Improve handling of subdirectories: ignore
PathNotFoundExceptiondue to
subdirectory deletion racing with watcher internals, instead of raising
it on the event stream. - Improve handling of watcher overflow on Windows: prepare for future versions
of SDK, which will properly forwardFileSystemExceptioninto the stream
returned by the watcher.
package:test_reflective_loader v0.4.0
- Add support for one-time set up and teardown in test classes via static
setUpClassandtearDownClassmethods
package:pool v1.5.2
- Require Dart 3.4.
- Move to
dart-lang/toolsmonorepo.
package:code_builder v4.11.0
- Export
SpecVisitor,ClosureExpression,LiteralMapExpression
LiteralRecordExpression,LiteralSetExpressiontypes. - Support
Expression.newInstanceNamedwith empty name - Consistently add blank lines between
=>in class-like definitions. - Fixed bug: Fields declared with
staticandexternalnow produce code with
correct order - Require
built_collection: ^5.1.1 - Require
built_value: ^8.10.1 - Require
collection: ^1.19.0 - Require
matcher: ^0.12.16+1 - Require
meta: ^1.16.0 - Require
sdk: ^3.7.0
package:watcher v1.1.3
- Improve handling of
FileSystemException: Directory watcher closed unexpectedlyon Windows. The
watcher was already attempting to restart after this error and resume sending
events. But, the restart would sometimes silently fail. Now, it is more
reliable. - Improving handling of directories that are created then immediately deleted on
Windows. Previously, that could cause aPathNotfoundExceptionto be thrown.
package:process v5.0.5
- Fix mixtures of parentheses and spaces in windows command paths.
package:unified_analytics v8.0.5
- Fix
Event.flutterWasmDryRunfields.
package:unified_analytics v8.0.4
- Changed
Event.flutterWasmDryRunto track dart2wasm dry run metrics from Flutter.
package:test_reflective_loader v0.3.0
- Require Dart
^3.5.0. - Update to
package:test1.26.1. - Pass locations of groups/tests to
package:testto improve locations reported
in the JSON reporter that may be used for navigation in IDEs.