Skip to content

Commit

Permalink
renamed to doc to make it flutter pub compliant
Browse files Browse the repository at this point in the history
  • Loading branch information
sarkarshuvojit committed Aug 13, 2023
1 parent e6e5e1d commit 4960c4d
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@ A very simple package to help you write robust, reusable and extendable validati
Create simple or complex blocks of validation, and compose those building blocks to create flutter validators.
Each block will have it's own logic, a set of args to create dynamic validators & specific error messages for each block.

<img src="docs/images/single-validator.svg" width="450">
<img src="doc/images/single-validator.svg" width="450">

There are simple ones, configurable ones and even you can create validations aligned to the domain of the app.

![Building Block](docs/images/building-blocks.svg)
![Building Block](doc/images/building-blocks.svg)

### Creating a warden

A warden will be a collection of validation blocks. Examples of enum & email pattern checking is added below.

![Building Block](docs/images/enum.svg)
![Building Block](doc/images/enum.svg)

![Building Block](docs/images/email.svg)
![Building Block](doc/images/email.svg)


## Installation
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit 4960c4d

Please sign in to comment.