Milad-Akarie / form_field_validator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

migrate package to null safety

Ritsz123 opened this issue · comments

After flutter 2.0 update every package needs to be migrated to null safety.

I posted PR #11. Until it is merged, you can add plugin like this:

  form_field_validator:
    git:
      url: https://github.com/Ethirallan/form_field_validator.git
      ref: master

Any updates about when this will be merged? @Milad-Akarie

@MeAtPros done, sorry for the delay.

@Ethirallan Thanks for your efforts.