king_validation 1.0.0
king_validation: ^1.0.0 copied to clipboard
A lightweight Flutter and Dart validation package with reusable validators for forms and user input.
Changelog #
All notable changes to this project will be documented in this file.
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