We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1321257 commit a51c094Copy full SHA for a51c094
pkgs/unified_analytics/lib/src/enums.dart
@@ -69,6 +69,10 @@ enum DashEvent {
69
///
70
/// All [label] values should use an underscore as a delimiter.
71
enum DashTool {
72
+ dartTools(
73
+ label: 'dart_tools',
74
+ description: 'A CLI for Dart development',
75
+ ),
76
flutterTools(
77
label: 'flutter_tools',
78
description: 'Runs flutter applications from CLI',
0 commit comments