flutter_laravel_form_validation library

Classes

FLValidator
Class to access the validation rules, this can be used as FLValidator.rule Or the rule string can be used in a List sesperated with a coma as in required,same:man.v or in a string and seperated with | character as in 'required|same:man'.v List of supported rules can be seen on https://pub.dev/packages/flutter_laravel_form_validation#rules

Typedefs

ValidatorX = (String? Function(String?)?)