form_tools 1.1.0
form_tools: ^1.1.0 copied to clipboard
A highly customizable and ready-to-use Flutter package for smart form fields, real-time text formatting, OTP widgets, and advanced validation.
1.1.0 #
- Added
FormToolsSearchField: A professional and easy-to-use searchable ComboBox/Dropdown that filters items as you type. - Support for simple string lists and complex object lists with custom
itemBuilder. - Added validation support and integration with
InputDecorationforFormToolsSearchField. - Fixed a bug in
FormToolsValidators.isStrongPasswordtests.
1.0.1 #
- Added
futureDateOnlyparameter toFormToolsDateFieldandFormToolsValidators.isValidDateto easily restrict inputs to strictly future dates.
1.0.0 #
- Included Plug & Play
FormToolsDateField,FormToolsTimeField,FormToolsEmailField,FormToolsPasswordField, andFormToolsCapitalizationField. - Included raw formatters
FormToolsDateFormatter,FormToolsTimeFormatter,FormToolsCapitalizationFormatter. - Included centralized validation utility
FormToolsValidators. - Included highly customizable
DynamicOTPWidget. - Comprehensive example application included.