Update consts.dart

This commit is contained in:
Ankit Mahato
2025-07-12 15:52:47 +05:30
parent 99c38c4f96
commit 5afce7438b

View File

@@ -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";