intl_phone_number_input
intl_phone_number_input copied to clipboard
Not working on Android release mode
Hello, The package is not working when running the app on release mode. Always getting 'invalid number'. On debug mode it's working like a charm. Obviously the issue occurs only on release mode for Android devices. No particular errors are shown. Can this be linked to #186 ? Can you please check this? It's blocking me from publishing my app. Thanks.
Flutter version Flutter 2.0.1
there is some issue with formatter I think . I was not able to type the numbers. when formatInput is set to true. make it false and it is working on release as expected. it's a hack but try this might work @sabRou
I just released an app and while testing it, I found out that "phone number is invalid" always, even for correct phone number entry. @sabRou did you find a work around?
there is some issue with formatter I think . I was not able to type the numbers. when formatInput is set to true. make it false and it is working on release as expected. it's a hack but try this might work @sabRou
@ebot64 did you try this??
there is some issue with formatter I think . I was not able to type the numbers. when formatInput is set to true. make it false and it is working on release as expected. it's a hack but try this might work @sabRou
@ebot64 did you try this??
@pr-1 I haven't, but that'll mean resubmitting the app and waiting for another 2-3 days for google to publish, then before I test again? I intend to change to intl_phone_field: ^1.4.2 sadly
um you can create a release apk and test it on your device before submitting to play store.
um you can create a release apk and test it on your device before submitting to play store.
Just did, didn't work with formatInput set to false
Same issue not working in Android release mode
Please fix this