king_validation 1.1.0 copy "king_validation: ^1.1.0" to clipboard
king_validation: ^1.1.0 copied to clipboard

A lightweight Flutter and Dart validation package with reusable validators, Form Validators, and customizable validation messages.

Changelog #

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


1.1.0 #

๐ŸŽ‰ Added Flutter Form Validators and customizable validation messages.

โœจ Added #

  • ๐Ÿ“ Form Validators for all built-in validators.
  • ๐ŸŽจ Custom validation messages using the messages parameter.
  • ๐Ÿ—๏ธ BaseFormValidator for reusable form validation.
  • ๐Ÿ“– Flutter Form validation examples.
  • ๐Ÿงช Unit tests for all Form Validators.

๐Ÿš€ Improved #

  • Improved package architecture.
  • Improved Flutter integration.
  • Improved documentation.
  • Improved example application.
  • Expanded test coverage.

1.0.0 #

๐ŸŽ‰ Initial release

โœจ Added #

  • ๐Ÿ“ง EmailValidator
  • ๐Ÿ”’ PasswordValidator
  • ๐Ÿ“ฑ PhoneValidator
  • ๐Ÿ‘ค UsernameValidator
  • ๐Ÿ“ NameValidator
  • ๐ŸŒ UrlValidator
  • ๐Ÿ”ข NumberValidator
  • ๐Ÿ” OtpValidator
  • ๐Ÿ’ณ CreditCardValidator
  • ๐Ÿ› ๏ธ CustomValidator

๐Ÿ—๏ธ Core #

  • ValidationResult model
  • ValidationError enum
  • Exported public API

๐Ÿงช Testing #

  • Unit tests for all validators
  • Example project included

๐Ÿš€ Features #

  • Null safety support
  • Flutter support
  • Dart support
1
likes
160
points
12
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A lightweight Flutter and Dart validation package with reusable validators, Form Validators, and customizable validation messages.

Repository (GitHub)
View/report issues

Topics

#validation #validator #form #flutter #dart

License

MIT (license)

Dependencies

flutter

More

Packages that depend on king_validation