meta_validator

Last updated:

0 purchases

meta_validator Image
meta_validator Images
Add to Cart

Description:

meta validator

⚡Meta validator #
A tidy utility to handle validation of strings like a pro. It provides support for both iOS, Android, Web, Linux platforms (offcourse).
🎖Installing #
dependencies:
meta_validator: ^<latest_version>
copied to clipboard
⚽Awesome Features #
🔥StrengthChecker.getPasswordStrength("some password")

Check the strength of your password ranging between 0.0 to 1.0

🔥StrengthChecker.getPasswordValidations( password: "aaa", defaultTitle: "DEFAULT", mediumTitle: "MEDIUM", strongTitle: "STRONG", weakTitle: "WEAK");

Get a customized string for password strength. Add you custom messages for each password validation with a default statement.

🔥StringValidator.validateEmail("fake email")

Check if your email address is valid or not.

🔥StringValidator.validatePostalCode("fake postal code")

Check if your postal code is valid or not.

🔥StringValidator.validateBlacklisted(["apple", "ball"], "ball")

Check if the inserted word is blacklisted or not.

😎 + 10 more string validators!

❤Loved the utility? Donate here.
🚀Want to learn more about Flutter? Checkout this out!
💥DM me on Instagram for doubts Follow here
🐛 Bugs/Requests #
If you encounter any problems feel free to open an issue. If you feel the library is
missing a feature, please raise a ticket on Github and I'll look into it.
Pull request are also welcome.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.