flutter_dialpad icon indicating copy to clipboard operation
flutter_dialpad copied to clipboard

A Phone Dialpad for your Flutter Application

Results 7 flutter_dialpad issues
Sort by recently updated
recently updated
newest added

Emulator: Pixel3a Right now it needs 75% of the screen to show without RenderFlex Overflow Error. I've seen dialers where you can see 3-4 contacts behind the dialer. Which is...

Add missing key pressed to `_onKeyPressed` event for sending individual digits.

I am seeing this issue in the Metro Style while testing with Chrome: @cybex-dev

I want to type US number +1549129124 Is it achievable ? Regards & Thanks!

Since the pound button is implemented with a "Fullwidth number sign" unicode character (U+FF03), when it is passed to the `Dtmf.playTone()` function, it is passed # instead of #. This...