validatorless 0.0.1 copy "validatorless: ^0.0.1" to clipboard
validatorless: ^0.0.1 copied to clipboard

outdated

Validate fields

Validatorless #

This package provides a means to validate text inputs on the flutter and was inspired by Yup

how to use #

import Validatorless

TextFormField(
  decoration: InputDecoration(
    labelText: 'User e-mail',
  ),
  validator: Validatorless.multiple([
     Validatorless.email('The field must be an email')
     Validatorless.required('The field is obligatory')
   ]),
)```
148
likes
0
pub points
95%
popularity

Publisher

unverified uploader

Validate fields

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on validatorless