Releases: dart-lang/tools
Releases · dart-lang/tools
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
package:unified_analytics v5.5.0
- Edit to the
Event.flutterCommandResult
constructor to addcommandHasTerminal
- Added timeout for
Analytics.setTelemetry
to prevent the clients from hanging - Added the
Event.appleUsageEvent
constructor - Added the
Event.exception
constructor
package:unified_analytics v5.4.0
- Added the
Event.codeSizeAnalysis
constructor
package:unified_analytics v5.3.0
- User property "host_os_version" added to provide detail version information about the host
- User property "locale" added to provide language related information
- User property "client_ide" (optional) added to provide the IDE used by the Dash tool using this package, if applicable
- Added the
Event.flutterCommandResult
constructor
package:unified_analytics v5.2.0
- Added the
Event.hotRunnerInfo
constructor
package:unified_analytics v5.1.0
- Added the
Event.flutterBuildInfo
constructor
package:unified_analytics v5.0.0
- Update to the latest version of
package:dart_flutter_team_lints
- Using internal futures list to store send events
- Added the
Event.doctorValidatorResult
constructor
Potential breaking changes due to the function signature changing for the Analytics.send
and Analytics.close
methods.
package:cli_config v0.1.2
- Add usage docs to the readme.
- Require Dart 3.0.