-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/Eng-MahmoudBasuony/x_valida…
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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`. |