Telephony
Last updated
Was this helpful?
Last updated
Was this helpful?
This plugin currently only works on Android Platform
A Flutter plugin to use telephony features such as
Send SMS Messages
Query SMS Messages
Listen for incoming SMS
Retrieve various network parameters
This plugin tries to replicate some of the functionality provided by Android's class.
Check the to see the list of implemented and missing features.
Make sure that your app complies with the requirements of Google Play. --> -->
To use this plugin add telephony
as a .
Import the telephony
package
Retrieve the singleton instance of telephony
by calling
When app is in foreground
When app is in background
Start Phone Call
Schedule a SMS
SMS Retriever API