form_flutter 0.0.1
form_flutter: ^0.0.1 copied to clipboard
A Flutter package for reusable forms, validators, and field catalogs.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and follows the versioning used by the package.
0.0.1 #
- Initial package foundation for
form_flutter - Added
FormFlutterControllerfor centralized form values and error handling - Added reusable field widgets for text, password, multiline, number, dropdown, radio, checkbox, switch, date, time, date-time, slider, and multi-select
- Added synchronous validators for text, numeric, date, conditional, file, and password-strength rules
- Added asynchronous validation support for unique username/email and other submit-time checks
- Added
FormFlutterCatalogandFormFlutterOptionSetsfor reusable field presets and shared dropdown/radio options - Added demo usage in
lib/main.dart