flutter_dtmf_pro 1.0.0 copy "flutter_dtmf_pro: ^1.0.0" to clipboard
flutter_dtmf_pro: ^1.0.0 copied to clipboard

A modern Flutter plugin for generating DTMF tones with updated Gradle and Kotlin support.

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 Dtmf.playTone(digits: "1234567890ABCD*#", durationMs: 500, volume: 0.8);
await Dtmf.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
1
likes
150
points
26
downloads

Publisher

unverified uploader

Weekly Downloads

A modern Flutter plugin for generating DTMF tones with updated Gradle and Kotlin support.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

change_app_package_name, flutter, flutter_web_plugins, plugin_platform_interface, web

More

Packages that depend on flutter_dtmf_pro

Packages that implement flutter_dtmf_pro