themisir / form-validator

Simplest form validation for flutter form widgets
https://pub.dev/packages/form_validator
MIT License
78 stars 41 forks source link

add functionality of adding custom FormValidatorLocale #59

Closed Eleaus-Hossain-Evan closed 5 months ago

Eleaus-Hossain-Evan commented 5 months ago
themisir commented 5 months ago

Thanks for your contribution. Unfortunately I am not going to merge these changes.

It was already possible to use custom locales like: ValidationBuilder(locale: locale). I do not want to extend the system to support custom language codes.