@@ -115,24 +115,24 @@ FastForm(
115115
116116## Widget Catalog
117117
118- | ` FastFormControl<T> ` | field value type | wraps Material widget | wraps Cupertino widget<br > when ` adaptive: true ` |
119- | :--------------------------------:| :----------------:| :---------------------------------------:| :--------------------------------------------------------------------:|
120- | ` FastAutocomplete<O> ` | ` String ` | ` Autocomplete<O> ` | no |
121- | ` FastCheckbox ` | ` bool ` | ` CheckboxListTile ` | ` CupertinoCheckbox ` |
122- | ` FastChoiceChips<T> ` | ` Set<T> ` | ` ChoiceChip ` | no |
123- | ` FastCalendar ` | ` DateTime ` | ` CalendarDatePicker ` | no |
124- | ` FastChipsInput ` | ` List<String> ` | ` RawAutocomplete<String> ` + ` InputChip ` | no |
125- | ` FastDatePicker ` | ` DateTime ` | ` showDatePicker ` | ` CupertinoDatePicker ` |
126- | ` FastDateRangePicker ` | ` DateTimeRange ` | ` showDateRangePicker ` | no |
127- | ` FastDropdown<T> ` | ` T ` | ` DropdownButtonFormField<T> ` | no |
128- | ` FastRadioGroup<T> ` | ` T ` | ` RadioListTile<T> ` | no |
129- | ` FastRangeSlider ` | ` RangeValues ` | ` RangeSlider ` | no |
130- | ` FastSegmentedButton<T> ` | ` Set<T> ` | ` SegmentedButton<T> ` | no |
131- | ` FastSegmentedControl<T> ` | ` T ` | no | ` CupertinoSlidingSegmentedControl<T> ` |
132- | ` FastSlider ` | ` double ` | ` Slider.adaptive ` | ` CupertinoSlider ` |
133- | ` FastSwitch ` | ` bool ` | ` SwitchListTile ` | ` CupertinoSwitch ` |
134- | ` FastTextField ` | ` String ` | ` TextFormField ` | ` CupertinoTextFormFieldRow ` |
135- | ` FastTimePicker ` | ` TimeOfDay ` | ` showTimePicker ` | no <br > use ` FastDatePicker ` with <br >` CupertinoDatePickerMode.time ` |
118+ | ` FastFormControl<T> ` | field value type | wraps Material widget | wraps Cupertino widget<br > when ` adaptive: true ` |
119+ | :--------------------------------:| :------------------ :| :---------------------------------------:| :--------------------------------------------------------------------:|
120+ | ` FastAutocomplete<O> ` | ` String ` | ` Autocomplete<O> ` | no |
121+ | ` FastCheckbox ` | ` bool ` | ` CheckboxListTile ` | ` CupertinoCheckbox ` |
122+ | ` FastChoiceChips<T> ` | ` Set<T> ` | ` ChoiceChip ` | no |
123+ | ` FastCalendar ` | ` DateTime ` | ` CalendarDatePicker ` | no |
124+ | ` FastChipsInput ` | ` List<String> ` | ` RawAutocomplete<String> ` + ` InputChip ` | no |
125+ | ` FastDatePicker ` | ` DateTime ` | ` showDatePicker ` | ` CupertinoDatePicker ` |
126+ | ` FastDateRangePicker ` | ` DateTimeRange ` | ` showDateRangePicker ` | no |
127+ | ` FastDropdown<T> ` | ` T ` | ` DropdownButtonFormField<T> ` | no |
128+ | ` FastRadioGroup<T> ` | ` T ` | ` RadioListTile<T> ` | no |
129+ | ` FastRangeSlider ` | ` RangeValues ` | ` RangeSlider ` | no |
130+ | ` FastSegmentedButton<T> ` | ` Set<T> ` | ` SegmentedButton<T> ` | no |
131+ | ` FastSegmentedControl<T> ` | ` T extends Object ` | no | ` CupertinoSlidingSegmentedControl<T> ` |
132+ | ` FastSlider ` | ` double ` | ` Slider.adaptive ` | ` CupertinoSlider ` |
133+ | ` FastSwitch ` | ` bool ` | ` SwitchListTile ` | ` CupertinoSwitch ` |
134+ | ` FastTextField ` | ` String ` | ` TextFormField ` | ` CupertinoTextFormFieldRow ` |
135+ | ` FastTimePicker ` | ` TimeOfDay ` | ` showTimePicker ` | no <br > use ` FastDatePicker ` with <br >` CupertinoDatePickerMode.time ` |
136136
137137## Adaptive Form Fields
138138
0 commit comments