flutter_dtmf 1.0.1 copy "flutter_dtmf: ^1.0.1" to clipboard
flutter_dtmf: ^1.0.1 copied to clipboard

outdated

Generates DTFM Tones for Flutter Application. This can be used in VOIP applications or other applications that need to generate DTMF Tones.

flutter_dtmf #

Generates DTFM Tones for Flutter Application. This can be used in VOIP applications or other applications that need to generate DTMF Tones.

Usage #


await FlutterDtmf.playTone(digits: "1234567890ABCD*#", durationMs: 500);
await FlutterDtmf.playTone(digits: "1", samplingRate: 80000.0);

To Do #

[DONE] Android Implementation using ToneGenerator class

  • Adjusting the Mark and Space in addition to Sampling Rate for a different output
8
likes
0
pub points
88%
popularity

Publisher

verified publishereopeter.com

Generates DTFM Tones for Flutter Application. This can be used in VOIP applications or other applications that need to generate DTMF Tones.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_web_plugins

More

Packages that depend on flutter_dtmf