string_masker 1.0.1
string_masker: ^1.0.1 copied to clipboard
A Flutter package for masking and validating sensitive data like emails, phone numbers, and credit cards with built-in validation.
1.0.1 #
- Updated package metadata
- Added repository URL
- Documentation improvements
1.0.0 #
Initial release of string_masker package.
Features #
- Email masking and validation
- Phone number masking and validation
- Credit card masking with Luhn algorithm validation
- Custom string masking with configurable parameters
- Password validation with customizable requirements
- Built-in validation for all mask types
- Flutter example app demonstrating all features