Releases: dart-lang/tools
Releases · dart-lang/tools
package:unified_analytics v5.8.6
- 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
- Breaking Change Rename
Config.fromArgs
toConfig.fromArguments
. - Add
Config.fromArgumentsSync
.
package:unified_analytics v5.8.5
- Fix late initialization error for
Analytics.userProperty
bug
package:unified_analytics v5.8.4
- Exporting all enums from
enums.dart
throughlib/testing.dart
package:unified_analytics v5.8.3
- Fix bug when parsing session json file
package:unified_analytics v5.8.2
- Added new event
Event.analyticsException
to track internal errors for this package - Redirecting the
Analytics.test
factory to return an instance ofFakeAnalytics
- Exposing new helper function that can be used to parse the Dart SDK version
package:unified_analytics v5.8.1
- Refactor logic for
okToSend
andshouldShowMessage
- Check devtools config file for legacy opt out status
package:unified_analytics v5.8.0
- Fix template string for consent message
- Add
enabledFeatures
to constructor to collect features enabled for each dash tool
package:unified_analytics v5.7.0
- Added the
Event.commandUsageValues
constructor
package:unified_analytics v5.6.0
- Added the
Event.timing
constructor