swift_field 0.1.1
swift_field: ^0.1.1 copied to clipboard
Production-grade Flutter form widgets: text fields, password fields, searchable dropdowns, and gradient buttons. Zero dependencies.
0.1.1 #
Enhancements #
SFSpinnerStyle.ios— increasedCupertinoActivityIndicatorradius fromspinnerSize / 2tospinnerSize / 1.5for better visibility
0.1.0 #
Breaking Changes #
SFDropdownandSFDropdownSearchnow useSFDropdownIteminstead of Flutter'sDropdownMenuItem— no external packages required.
New Features #
SFButton— gradient background support viagradientparameterSFButton— spinner style chooser viaSFSpinnerStyle(android/ios)SFIconButton— gradient background supportSFIconButton— layout mode viaSFIconButtonMode(compact/expanded)SFIconButton— loading state withisLoading+SFSpinnerStyleSFTheme.gradient— global gradient applied to all buttons- Removed
dropdown_button2dependency — zero external dependencies
Bug Fixes #
- Fixed loading spinner invisible on dark buttons (replaced
ElevatedButtonwithMaterial+Ink+InkWell) - Fixed button background going grey during loading state
- Fixed
SFDropdownSearchFilterCallbackreturn type (ListnotIterable) - Fixed
SFDropdownSearchsearch text appearing in main field instead of inside the dropdown panel
0.0.1 #
- Initial release
SFTextField— configurable text form fieldSFPasswordField— password field with built-in show/hide toggleSFDropdown— styled dropdownSFDropdownSearch— dropdown with built-in search panelSFButton— full-width button with loading stateSFIconButton— compact icon + label buttonSFTheme— global theme configuration