International Phone Field Package A customised Flutter TextFormField to input international phone number along with country code. This widget can be used to make customised text field to take phone number input for any country along with an option to choose country code from a dropdown. ⚠️...
( onPhoneNumberChange:onPhoneNumberChange, initialPhoneNumber:phoneNumber, initialSelection:phoneIsoCode, enabledCountries:['+233','+234'], labelText:"Enter your phone Number", addCountryComponentInsideField:true, border:OutlineInputBorder( gapPadding:20.0, borderRadius:BorderRadius.circular(10), ),...