danvick / form_builder_phone_field

MIT License
8 stars 25 forks source link

Migrated to Null Safety and fixed some other issues #3

Closed haliknihudas666 closed 3 years ago

haliknihudas666 commented 3 years ago

I updated the package to support the null safety of flutter 2.0 and take note that all of the dependencies are using GitHub Repositories as the source and not from pub.dev. Please update it when stable on pub.dev is available.

And also i removed the maxLines because i saw issue #2 that mentions numbers is not centered and tried to fix it by setting only maxLines of 1 because its unnecessary to have more than 1 lines in phone numbers.

danvick commented 3 years ago

Hi @haliknihudas666, Thanks for your awesome contribution.

We, however, cannot merge and publish these changes as they are right now since you've included code repository dependencies in pubspec.yaml which doesn't work on pub.dev