diff --git a/README.md b/README.md index e4dbda9..8049aca 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,17 @@ # ☕ X Validators +![Pub](https://img.shields.io/pub/v/x_validators) +![GitHub License](https://img.shields.io/github/license/Eng-MahmoudBasuony/x_validators) + X Validators is a versatile Flutter plugin designed to simplify input validation for form fields. This plugin offers a set of validators that developers can seamlessly integrate into their Flutter applications, ensuring robust data validation and user-friendly experiences. + + # Usage +First, add `x_validators` as a dependency in your pubspec.yaml file. + +```yaml +dependencies: + x_validators: ^1.0.1 +``` + +Don't forget to `flutter pub get`.