flexi_form_field library
Exports the primary form-field toolkit of the package, including all core widgets, validators, input formatters, and utilities.
Importing flexi_form_field.dart will automatically include all
features provided in flexi_form_field.dart.
Classes
-
FlexiAutoComplete<
T> - A customizable auto-complete text field widget.
- FlexiButton
- A highly customizable button widget that supports gradients, borders, and shadows.
- FlexiDatePicker
- A customizable date picker form field.
- FlexiDateTimePicker
- A customizable date and time picker form field.
- FlexiDropDown
- A customizable dropdown form field widget.
- FlexiFormField
- A highly flexible and customizable text form field widget.
- FlexiFormTheme
- Theme configuration for the FlexiFormField package.
- FlexiStepper
- A horizontal animated stepper widget.
- FlexiTabBar
- A segmented tab bar widget with smooth transitions.
- FlexiTimePicker
- A customizable time picker form field.
- FlexiTimer
- A functional timer widget with start, pause, resume, and stop controls.
Enums
- FlexiFieldLayout
- Defines how the label is positioned relative to the input field.
- FlexiFieldStyle
- Defines the visual style of the input border.
- FlexiFieldType
- Defines the type of field to be rendered.
- FlexiFieldWrapper
- Defines the outer container style for the field.