Comment on page
Telephony
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
Make sure that your app complies with the requirements of Google Play.
--> https://support.google.com/googleplay/android-developer/answer/9214102
--> https://support.google.com/googleplay/android-developer/answer/9888170
Import the
telephony
packageimport 'package:telephony/telephony.dart';
Retrieve the singleton instance of
telephony
by callingfinal Telephony telephony = Telephony.instance;
- When app is in foreground
- When app is in background
- Start Phone Call
- Schedule a SMS
- SMS Retriever API
Last modified 1yr ago