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

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
140
points
330
downloads

Publisher

verified publisherqyh.me

Weekly Downloads

base fields for Forme

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, forme

More

Packages that depend on forme_base_fields