my_form_validator 1.0.0 copy "my_form_validator: ^1.0.0" to clipboard
my_form_validator: ^1.0.0 copied to clipboard

A simple Dart package for form validation.

example/my_form_validator_example.dart

import 'package:my_form_validator/my_form_validator.dart';

void main() {
  print(FormValidator.isEmail('test@example.com')); // true
  print(FormValidator.isPassword('password123')); // true
}
0
likes
140
points
7
downloads

Publisher

unverified uploader

Weekly Downloads

A simple Dart package for form validation.

Homepage

Documentation

API reference

License

MIT (license)

More

Packages that depend on my_form_validator