Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
basuony committed Jan 2, 2024
2 parents b4c13d6 + 97a7691 commit 4c82835
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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`.

0 comments on commit 4c82835

Please sign in to comment.