themisir / form-validator

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

Adding null safety? #16

Closed ahmedkamalio closed 3 years ago

ahmedkamalio commented 3 years ago

Any plan to support/migrate to null-safety?

2shrestha22 commented 3 years ago

Do this package support null safety in future?

jonmountjoy commented 3 years ago

See my PR https://github.com/TheMisir/form-validator/pull/22

While we wait for @TheMisir , you can try it before it's merged (or something similar) with something like this in your pubspec.yaml:

form_validator:
    git: 
      url: https://github.com/jonmountjoy/form-validator
      ref: null-support
iksent commented 3 years ago

@TheMisir, hello! What's the progress of this issue? Quite all libraries moved to nullsafety already. We are really waiting for a form-validator moving!