eopeter / flutter_dialpad

A Phone Dialpad for your Flutter Application
BSD 3-Clause "New" or "Revised" License
26 stars 34 forks source link

Shown entered number Not match called number when enter more than10 digits on dialpad #4

Closed rehamalraee closed 4 years ago

rehamalraee commented 4 years ago

I've entered more than 10 digits the dialer shows only 10 but when make the call it call with all entered digits

eopeter commented 4 years ago

Change your input mask to match your format.

On Sep 17, 2020, at 7:11 AM, rehamalraee notifications@github.com wrote:

 I've entered more than 10 digits the dialer shows only 10 but when make the call it call with all entered digits

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

rehamalraee commented 4 years ago

@eopeter I don't want to put any restriction on the view! because there is no expectation on what the user will enter

rehamalraee commented 4 years ago

Not Fixed !