smart_advanced_text_field 2.4.2
smart_advanced_text_field: ^2.4.2 copied to clipboard
A professional, reusable Flutter TextField package with built-in validation, formatters, theming, OTP field, and 7 styles. Designed as a small UI framework for any Flutter project.
2.4.2 #
- Updated README with full documentation for all 18 widgets
- Added usage examples for SmartRadioField, SmartStepperField, SmartPinField
- Updated package structure diagram
2.4.1 #
- Added SmartRadioField — radio button group with single selection
- Added SmartStepperField — numeric stepper with progress indicator
- Added SmartPinField — secure PIN entry with dot indicators and haptic feedback
- All new widgets support SmartTextFieldTheme
2.3.1 #
- Updated README with full documentation for all 15 widgets
- Added usage examples for every widget
- Added package structure diagram
2.3.0 #
- Added SmartSliderField — single and range slider with value display
- Added SmartSwitchField — toggle switch with icon and description
- Added SmartCheckboxField — checkbox group with select all support
- All new widgets support SmartTextFieldTheme
2.2.0 #
- Added SmartPhoneField — phone input with country code selector (30 countries)
- Added SmartSignatureField — finger/stylus signature drawing canvas
- Added SmartImagePickerField — image picker from camera or gallery
- All new widgets support SmartTextFieldTheme
2.1.0 #
- Added SmartRatingField — star rating input with half star support
- Added SmartTagsField — tag input with chips and backspace removal
- Added SmartColorPickerField — color picker with preset colors grid
- All new widgets support SmartTextFieldTheme
2.0.0 #
- Added SmartDateField — date picker with auto-format
- Added SmartDropdownField — dropdown with search support
- Added SmartRichTextField — rich text editor with toolbar
- Fixed unnecessary_null_comparison warning in SmartDateField
1.0.1 #
- Added Smart Solutions Team credit to README
- Added Contributing section
- Added About section
1.0.0 #
- Initial release of smart_advanced_text_field package
- Added SmartTextField widget with 7 visual styles
- Added SmartTextFormField with form validation support
- Added SmartOtpField with autofocus jumping
- Added 13 input types with auto keyboard and formatters
- Added SmartValidators with 10 built-in validators
- Added SmartFormatters with 13 built-in formatters
- Added SmartTextFieldTheme with light and dark presets
- Added named constructors: .email() .password() .search() .phone()
- Added global theme support via SmartTextFieldThemeProvider