mirror of
https://github.com/foss42/apidash.git
synced 2025-12-02 18:57:05 +08:00
Update consts.dart
This commit is contained in:
@@ -7,3 +7,6 @@ final kAddToDefaultLocation = kAddToLocations[0].$1;
|
|||||||
final kAddToLocationsMap = {for (var v in kAddToLocations) v.$1: v.$2};
|
final kAddToLocationsMap = {for (var v in kAddToLocations) v.$1: v.$2};
|
||||||
const kLabelAddTo = "Add to";
|
const kLabelAddTo = "Add to";
|
||||||
const kTooltipApiKeyAuth = "Select where to add API key";
|
const kTooltipApiKeyAuth = "Select where to add API key";
|
||||||
|
const kHintTextFieldName = "Header/Query Param Name";
|
||||||
|
const kLabelApiKey = "API Key";
|
||||||
|
const kHintTextKey = "Key";
|
||||||
|
|||||||
Reference in New Issue
Block a user