# flutter_dtmf **Repository Path**: sschenweb/flutter_dtmf ## Basic Information - **Project Name**: flutter_dtmf - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-01-13 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # flutter_dtmf extends flutter_dtmf ``` /// 等待接听振铃中 FlutterDtmf.playCallWaiting() FlutterDtmf.playCallAlert() FlutterDtmf.playCallTerm() ``` 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*#"); 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