mobikul_flutter_form_validator 0.0.1 copy "mobikul_flutter_form_validator: ^0.0.1" to clipboard
mobikul_flutter_form_validator: ^0.0.1 copied to clipboard

Enterprise-ready Flutter form validation foundation with planned sync, async, localized, and extensible validators.

Changelog #

All notable changes to this project will be documented in this file.

This file is the single source of truth for release history.

0.0.1 - 2026-06-02 #

Added #

  • Initial Flutter package foundation for mobikul_flutter_form_validator.
  • Public package barrel export at lib/mobikul_flutter_form_validator.dart.
  • Core validation contracts:
    • ValidatorRule<T>
    • AsyncValidatorRule<T>
    • ValidationContext
    • ValidationResult
    • ValidationError
  • Native Flutter TextFormField.validator adapter through toFlutterValidator().
  • Built-in validator catalog with form_builder_validators-style factory coverage.
  • Required, email, password, regex, cross-field, async, dynamic form, localization, accessibility, and error-formatting support.
  • English and Spanish fallback validation messages.
  • Standalone example/ Flutter app that uses the package through a local path dependency and demonstrates native form validators, cross-field validation, dynamic validation data, and accessibility summaries.
  • Pub package ignore rules that keep internal dev screens, root tests, Maestro flows, and maintainer-only workflow notes out of published archives.
  • Unit and widget tests for implemented validator behavior.
  • Maestro regression flow:
    • maestro/flows/dev-validator-regression.yaml
  • Project documentation:
    • README.md
    • FEATURES.md

Changed #

  • Expanded README usage and validator reference sections with descriptions, implementation notes, and valid/invalid value examples.
0
likes
160
points
15
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Enterprise-ready Flutter form validation foundation with planned sync, async, localized, and extensible validators.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on mobikul_flutter_form_validator