Skip to content

Commit

Permalink
Add a value for the dart cli (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
keertip authored Mar 10, 2023
1 parent 1321257 commit a51c094
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/unified_analytics/lib/src/enums.dart
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ enum DashEvent {
///
/// All [label] values should use an underscore as a delimiter.
enum DashTool {
dartTools(
label: 'dart_tools',
description: 'A CLI for Dart development',
),
flutterTools(
label: 'flutter_tools',
description: 'Runs flutter applications from CLI',
Expand Down

0 comments on commit a51c094

Please sign in to comment.