vanshg395 / intl_phone_field

A customised Flutter TextFormField to input international phone number along with country code.
https://pub.dev/packages/intl_phone_field
MIT License
177 stars 507 forks source link

Phone number length not updating #221

Closed alamin-karno closed 1 year ago

alamin-karno commented 2 years ago

I was using intl_phone_field: 3.0.1

This version has some minor issues, like some country phone number max length & min length is not valid for that country like Singapore, Malaysia etc.

I have figured out that I am using an old version of this package, and in the new version, those issues are solved, So I updated the package version and the pubspec.yml file. But phone length did not change in those countries yet.

I have cleared the cache, restarted, cleaned the pub, and done many things to get the new package version. But those issue is not solved yet. Can anyone give me a solution on how to fix this?

KomengTech commented 2 years ago

The countries.dart file is having wrong data.. So best way is to disableLengthCheck: true..

alamin-karno commented 2 years ago

The countries.dart file is having wrong data.. So best way is to disableLengthCheck: true..

Thanks, but I need to check them for validation. If I send a pull request is he accept it ??

cr0r1 commented 1 year ago

Hi, any update?

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs within the next 5 days. If you believe this issue is still relevant, please comment to keep it open. Thank you for your contributions.