Skip to content

Releases: dart-lang/tools

package:unified_analytics v6.0.0

02 Apr 16:51
d86ea23
Compare
Choose a tag to compare
  • Consolidate Session functionality into UserProperty to prevent race condition crash where session logic crashed before initializing UserProperty
  • Get rid of late variables throughout implementation class, AnalyticsImpl
  • Any error events (Event.analyticsException) encountered within package will be sent when invoking Analytics.close; replacing ErrorHandler functionality
  • Exposing new method for FakeAnalytics.sendPendingErrorEvents to send error events on command
  • Added Event.fromJson static method to generate instance of Event from JSON
  • Remove unused parameters measurementId and apiSecret from the Analytics.test constructor
  • Remove Analytics.test factory constructor in favor of Analytics.fake static method to return a FakeAnalytics instance
  • Remove FakeAnalytics default constructor in favor of Analytics.fake

package:unified_analytics v5.8.8

15 Mar 13:33
f611290
Compare
Choose a tag to compare
  • Bug fix rewrite the other call site for the session file

package:unified_analytics v5.8.7

14 Mar 21:06
0a9f87c
Compare
Choose a tag to compare
  • Bug fix to rewrite the last_ping key into the session json file

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