flutter_dialpad
flutter_dialpad copied to clipboard
A Phone Dialpad for your Flutter Application
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...