themisir / form-validator

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

Fixed Required Not Working #21

Closed sur2548 closed 3 years ago

vercel[bot] commented 3 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/misir/form-validator/EkCUWgYgu9y65GckwPjSd5Xhyz5R
✅ Preview: Failed

tlvenn commented 3 years ago

I am confused, isEmptyOrNull does not exist in Dart, this is a .net method... 😕 And if it was indeed broken, the first step would be to add a test that highlights why the current implementation does not work.