ms_formkit 1.0.1
ms_formkit: ^1.0.1 copied to clipboard
A customizable Flutter form field toolkit with advanced features like password strength, required field validation, prefix/suffix icons, and more.
1.0.1 #
- Added documentation comments for public API.
1.0.0 #
- Initial release of ms_formkit 🎉
- Added
CustomTextFieldwidget with:- Customizable borders, padding, and margins
- Prefix and suffix icons (or asset images)
- Password field support with visibility toggle
- Password strength indicator
- Required field validation
- Character counter toggle
- Support for multiple lines, maxLength, and input type (e.g., email, phone)