forme_base_fields 2.2.0 copy "forme_base_fields: ^2.2.0" to clipboard
forme_base_fields: ^2.2.0 copied to clipboard

outdated

base fields for Forme

currently supported fields #

Name Return Value Nullable
FormeTextField string false
FormeDateTimeField DateTime true
FormeNumberField num true
FormeTimeField TimeOfDay true
FormeDateRangeField DateTimeRange true
FormeSlider double false
FormeRangeSlider RangeValues false
FormeFilterChip List< T> false
FormeChoiceChip T true
FormeCheckbox bool true
FormeCheckboxListTile bool true
FormeSwitch bool false
FormeSwitchTile bool false
FormeDropdownButton T true
FormeListTile List< T> false
FormeRadioGroup T true
FormeCupertinoTextField string false
FormeCupertinoDateTimeField DateTime true
FormeCupertinoNumberField num true
FormeCupertinoPicker int false
FormeCupertinoSegmentedControl T true
FormeCupertinoSlidingSegmentedControl T true
FormeCupertinoSlider double false
FormeCupertinoSwitch bool false
FormeCupertinoTimerField Duration true
FormeExpansionListTile List< T> false

TextEditingController #

for simplify form control , set TextEditingController is not supported on some fields , eg : FormeTextField,FormeNumberField,FormeDateTimeField and etc...

if you want to access underlying TextEditingController, you can try to convert FormeFieldController to FormeTextFieldController or other to do that

1
likes
0
points
21
downloads

Publisher

verified publisherqyh.me

Weekly Downloads

base fields for Forme

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, forme

More

Packages that depend on forme_base_fields