Skip to content

Releases: dart-lang/tools

package:unified_analytics v6.1.3

10 Sep 16:34
79e3b8e

Choose a tag to compare

  • Require Dart 3.4.
  • Added isWasm parameter to the Event.devtoolsEvent constructor.
  • Added an optional parameter data to the Event.exception constructor.

package:coverage v1.9.2

30 Aug 06:03
34fab90

Choose a tag to compare

  • Fix repository link in pubspec.

package:coverage v1.9.1

28 Aug 13:15
9993b3b

Choose a tag to compare

  • Remove outdated VM service version checks.
  • Move to dart-lang/tools.

package:mime v1.0.6

26 Aug 16:23
b98c535

Choose a tag to compare

  • Add topics section to pubspec.yaml.
  • Move to dart-lang/tools monorepo.

package:source_map_stack_trace v2.1.2

21 Aug 11:24
56db6f3

Choose a tag to compare

  • Require Dart 3.3.0
  • Move to dart-lang/tools monorepo.

package:oauth2 v2.0.3

21 Aug 12:42
bc35f17

Choose a tag to compare

  • Require package:http v1.0.0
  • Move to dart-lang/tools.

package:graphs v2.3.2

18 Jul 17:05
55dbd6e

Choose a tag to compare

  • Require Dart 3.4
  • Update to the latest version of package:dart_flutter_team_lints.

unified_analytics v5.8.8+2

27 Jun 19:57
accba5e

Choose a tag to compare

  • Avoid opening large telemetry log files to prevent out of memory errors.
  • Fixed bug where calling Analytics.send could result in a FileSystemException when unable to write to a log file.

unified_analytics v6.1.2

26 Jun 04:47
4c60686

Choose a tag to compare

What's Changed

  • unified_analytics: now deletes old log file if it exceeds kMaxLogFileSize of 25MiB (to prevent FileSystemExceptions) by @christopherfujino in #277

Full Changelog: unified_analytics-v6.1.1...unified_analytics-v6.1.2

unified_analytics v6.1.1

05 Jun 19:41
4321aec

Choose a tag to compare

What's Changed

  • [unified_analytics] Suppress any FileSystemException thrown during Analytics.send by @andrewkolos in #274

Full Changelog: unified_analytics-v6.1.0...unified_analytics-v6.1.1