form_flutter 0.0.1 copy "form_flutter: ^0.0.1" to clipboard
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 FormFlutterController for 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 FormFlutterCatalog and FormFlutterOptionSets for reusable field presets and shared dropdown/radio options
  • Added demo usage in lib/main.dart
0
likes
0
points
199
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for reusable forms, validators, and field catalogs.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

cupertino_icons, flutter

More

Packages that depend on form_flutter