Skip to content

Releases: dart-lang/tools

package:unified_analytics v5.8.6

14 Mar 16:05
af09f6d
Compare
Choose a tag to compare
  • Refactored session handler class to use the last modified timestamp as the last ping value
  • Bumping intl package to 0.19.0 to fix version solving issue with flutter_tools

package:cli_config v0.2.0

12 Mar 11:05
378790d
Compare
Choose a tag to compare
Pre-release
  • Breaking Change Rename Config.fromArgs to Config.fromArguments.
  • Add Config.fromArgumentsSync.

package:unified_analytics v5.8.5

28 Feb 18:01
fca993e
Compare
Choose a tag to compare
  • Fix late initialization error for Analytics.userProperty bug

package:unified_analytics v5.8.4

26 Feb 18:00
1a0d7da
Compare
Choose a tag to compare
  • Exporting all enums from enums.dart through lib/testing.dart

package:unified_analytics v5.8.3

21 Feb 20:51
c7fbf26
Compare
Choose a tag to compare
  • Fix bug when parsing session json file

package:unified_analytics v5.8.2

16 Feb 18:20
9f4e6a4
Compare
Choose a tag to compare
  • Added new event Event.analyticsException to track internal errors for this package
  • Redirecting the Analytics.test factory to return an instance of FakeAnalytics
  • Exposing new helper function that can be used to parse the Dart SDK version

package:unified_analytics v5.8.1

29 Jan 19:18
f6e67f2
Compare
Choose a tag to compare
  • Refactor logic for okToSend and shouldShowMessage
  • Check devtools config file for legacy opt out status

package:unified_analytics v5.8.0

11 Dec 17:06
56a30ce
Compare
Choose a tag to compare
  • Fix template string for consent message
  • Add enabledFeatures to constructor to collect features enabled for each dash tool

package:unified_analytics v5.7.0

05 Dec 12:59
c4d515a
Compare
Choose a tag to compare
  • Added the Event.commandUsageValues constructor

package:unified_analytics v5.6.0

26 Nov 19:19
c63dcb5
Compare
Choose a tag to compare
  • Added the Event.timing constructor