QuisApp / flutter_contacts

MIT License
83 stars 138 forks source link

Fix normalized number by removing ( and -) in phone #125

Closed sureshmi closed 1 year ago

sureshmi commented 1 year ago

Normalized number returns blank when the number contains brackets. So got the normalized number by removing the brackes and hyphens in the phone

joachim-quis commented 1 year ago

Thanks @sureshmi. We shouldn't alter whatever's returned by android. If you want to alter the normalized phone number you get by default, you should probably do it in your app directly.