From 930a7edfd25553baa7f2bd5120bcecfbc7d956ce Mon Sep 17 00:00:00 2001 From: Alejandro Santiago Date: Fri, 23 Feb 2024 12:14:21 +0000 Subject: [PATCH] chore: update variable name --- brick/config.json | 2 +- brick/hooks/post_gen.dart | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/brick/config.json b/brick/config.json index c6529b8..91ad941 100644 --- a/brick/config.json +++ b/brick/config.json @@ -4,5 +4,5 @@ "application_id": "verygood.ventures.test", "description": "A generated Very Good Flutter Plugin", "publishable": false, - "dartFixOutput": true + "dart_fix_output": true } diff --git a/brick/hooks/post_gen.dart b/brick/hooks/post_gen.dart index 47b9d56..53bbfad 100644 --- a/brick/hooks/post_gen.dart +++ b/brick/hooks/post_gen.dart @@ -6,7 +6,7 @@ import 'package:very_good_flutter_plugin_hooks/src/cli/cli.dart'; /// The key for the `dartFixOutput` context variable. @visibleForTesting -const dartFixOutputVariableKey = 'dartFixOutput'; +const dartFixOutputVariableKey = 'dart_fix_output'; Future run( HookContext context, {