GuidesInputs

Inputs

Text Input

SettingSchema(
    key = "text_input",
    label = "Text Input",
    description = "**Markdown** is fully supported thanks to [flutter_markdown](https://pub.dev/packages/flutter_markdown)!",
    type = SettingType.TEXT,
    constraints = SettingConstraints(
        min = 5,
        max = 10
    )
)