Releases: dart-lang/tools
Releases · dart-lang/tools
package:file_testing v3.0.2
- Require Dart 3.1.
package:file_testing v3.0.1
- Update the pubspec repository field to reflect the new package repository.
- Require Dart 3.0.
package:file v7.0.1
- Update the pubspec repository field to reflect the new package repository.
package:unified_analytics v6.1.4
- Fix formatting and remove dependency on
package:intl
. - Remove direct usage of
package:path
in favor ofpackage:file
. - Added
androidAppId
andiosBundleId
to theEvent.devtoolsEvent
constructor.
package:mime v2.0.0
- [Breaking]
extensionFromMime(String mimeType)
returnsnull
instead ofmimeType
for an unknown mime type. - Update
extensionFromMime
to return a default extension when a MIME type maps to multiple extensions.
package:extension_discovery v2.1.0
- Require Dart 3.4.
- Update to the latest version of
package:dart_flutter_team_lints
. - Add
findPackageConfig()
allowing for automatic discovery of the
packageConfig based on a package directory.
package:unified_analytics v6.1.3
- Require Dart 3.4.
- Added
isWasm
parameter to theEvent.devtoolsEvent
constructor. - Added an optional parameter
data
to theEvent.exception
constructor.
package:coverage v1.9.2
- Fix repository link in pubspec.
package:coverage v1.9.1
- Remove outdated VM service version checks.
- Move to
dart-lang/tools
.
package:mime v1.0.6
- Add
topics
section topubspec.yaml
. - Move to
dart-lang/tools
monorepo.