I have build a sign up system with phone number Input in Flutter with the intl_phone_field
package. Now I have to format this number to a string to fill it in a database. Is there any way to do this. I could not found anything for this.
Thank you for your help.