From 9c5b7524c10d9a2bb43bab49c7cabe402fbd1f01 Mon Sep 17 00:00:00 2001 From: Mahmoud Basuony Date: Tue, 2 Jan 2024 15:53:30 +0200 Subject: [PATCH] Update README.md Update README --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8049aca..b77e38b 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,17 @@ 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 + ## 🖥️ Installation -First, add `x_validators` as a dependency in your pubspec.yaml file. +Add the following to your `pubspec.yaml` file ```yaml dependencies: - x_validators: ^1.0.1 + flrx_validator: ^0.6.0 ``` Don't forget to `flutter pub get`. + +## License + +Please see [**LICENSE**](https://github.com/Eng-MahmoudBasuony/x_validators/blob/main/LICENSE).