flutter_dialpad 1.0.5
flutter_dialpad: ^1.0.5 copied to clipboard
A phone dialer widget that can be added to any Flutter Application to enable ability to dial a number. This could be combined with a voip application to enable placing calls.
1.0.4 - 2022-02-21 #
- Crash Fix
1.0.3 - 2022-01-20 #
- Add Key Press Event
- Dtmf Library Update
1.0.2 - 2022-01-20 #
- Bug Fixes
1.0.1 - 2021-05-01 #
- Migrate to Null Safety
1.0.0 - 2020-04-19 #
- Updated Example
0.0.6+2 - 2020-03-19 #
- Dependencies Update
0.0.6+1 - 2019-07-28 #
- Make Textfield for output readonly
0.0.6 - 2019-07-28 #
- Added Option to not animate dial button onTap
0.0.5 - 2019-07-27 #
- Fix issue where dial button event is not fired
0.0.4 - 2019-07-27 #
- Added DTMF Tone and Option to Turn it Off
0.0.3 - 2019-07-26 #
- Added Example and Overflow Bug Fix
0.0.2 - 2019-07-26 #
- Clean up code per pub.dev suggestions
0.0.1 - 2019-07-26 #
- Initial Release of the Flutter Dial Pad Widget