From 5afce7438b36fdea4a19e5e1743125ebcfd56b71 Mon Sep 17 00:00:00 2001 From: Ankit Mahato Date: Sat, 12 Jul 2025 15:52:47 +0530 Subject: [PATCH] Update consts.dart --- lib/screens/common_widgets/auth/consts.dart | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/screens/common_widgets/auth/consts.dart b/lib/screens/common_widgets/auth/consts.dart index 139fb40f..6328460b 100644 --- a/lib/screens/common_widgets/auth/consts.dart +++ b/lib/screens/common_widgets/auth/consts.dart @@ -7,3 +7,6 @@ final kAddToDefaultLocation = kAddToLocations[0].$1; final kAddToLocationsMap = {for (var v in kAddToLocations) v.$1: v.$2}; const kLabelAddTo = "Add to"; const kTooltipApiKeyAuth = "Select where to add API key"; +const kHintTextFieldName = "Header/Query Param Name"; +const kLabelApiKey = "API Key"; +const kHintTextKey = "Key";