annotations/types library
Functions
-
camelCaseToTitleCase(
String label) → String -
getKeyboardType(
String type) → String - Returns TextInputType for the given FormFieldType.
-
hasSubAttributes(
Map< String, dynamic> defs, FormFieldType fieldType, String key) → bool -
isMeta(
String key) → bool -
isValidAttribute(
String attribute) → bool -
isValidFieldType(
String fieldType) → bool -
isValidType(
String type) → bool -
max(
double a, double b) → double -
min(
double a, double b) → double -
mustHaveValues(
String fieldType) → bool -
stringToTypeValue(
String type, String value) → dynamic -
typeToValue(
String fieldType) → String -
valueToType(
String? fieldType) → String