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

outdated

Generates DTFM Tones for Flutter Applications.

flutter_dtmf #

Generates DTFM Tones for Flutter Application. You can change the Sampling Rate to get a different output for iOS.

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
10
likes
30
points
676
downloads

Publisher

verified publishereopeter.com

Weekly Downloads

Generates DTFM Tones for Flutter Applications.

Homepage
Repository (GitHub)

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_dtmf