forme_fluent 1.0.0
forme_fluent: ^1.0.0 copied to clipboard
form fields for Fluent UI
Forme Fluent Fields #
base on Fluent 3.x
currently supported fields #
| Name | Return Value | Nullable |
|---|---|---|
| FormeFluentTimePicker | FluentTimeOfDay | false |
| FormeFluentTextBox | String | false |
| FormeFluentToggleSwitch | bool | false |
| FormeFluentSlider | double | false |
| FormeFluentRatingBar | double | false |
| FormeFluentDatePicker | DateTime | false |
| FormeFluentCombobox | T | true |
| FormeFluentCheckbox | bool | true |
| FormeFluentAutoSuggestBox | String | false |