themisir / form-validator

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

Support for null safety and version bump #22

Closed jonmountjoy closed 3 years ago

jonmountjoy commented 3 years ago

I believe this adds null safety support to this package.

It also upgrades the package version, minimum dart version, etc.

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/4Xay4bEakC8fG4Uaa2SwK8E5T37a
✅ Preview: https://form-validator-git-fork-jonmountjoy-null-support-misir.vercel.app

jonmountjoy commented 3 years ago

This pull request is about achieving null safety. It's just waiting for @TheMisir to merge / or to respond to https://github.com/TheMisir/form-validator/pull/22#discussion_r597138802

I would not use this pull request to make additional changes which have nothing to do with null safety - like changing variable names. That can surely come in some future PR?