telephony
A Flutter plugin to use telephony features such as fetch network info, start phone calls, send and receive SMS, and listen for incoming SMS.
0.2.0
3.0K downloads/mo
#4667 most downloaded on pub.dev
shounakmulay/Telephony
What this package is like to depend on
Last release 4 years ago
no release in 18 months
Ships unpredictably
gaps range from 2 weeks to 12 months
Nearly every release is documented
notes for 15 of 15 stable releases
Nothing withdrawn
no release was ever pulled
6 years old
15 releases · first in 2020
0 releases in the last 12 months
see the full history below
Release timeline
15 releases · Aug 2020 to May 2022Releases
latest 15-
0.2.019 May 2022Release notes
Open source →https://pub.dev/packages/telephony/versions/0.2.0
- Upgrade
minSdkto 23 - Upgrade
targetSdkto 31 - Upgrade min dart sdk to 2.15.1
- Fix SmsMethodCallHandler error.
- Added Service Center field in SmsMessage
Release notes
Open source →- Upgrade
minSdkto 23 - Upgrade
targetSdkto 31 - Upgrade min dart sdk to 2.15.1
- Fix SmsMethodCallHandler error.
- Added Service Center field in SmsMessage
- Upgrade
-
0.1.423 May 2021Release notes
Open source →- Fix SmsType parsing (Contributor: https://github.com/Mabsten)
- Remove SmsMethodCallHandler trailing comma.
Release notes
Open source →- Fix SmsType parsing (Contributor: https://github.com/Mabsten)
- Remove SmsMethodCallHandler trailing comma.
-
0.1.315 May 2021 -
0.1.202 Apr 2021Release notes
Open source →- Change invokeMethod call type for getSms methods to List? (No change to telephony API)
Release notes
Open source →- Change invokeMethod call type for getSms methods to List? (No change to telephony API)
-
0.1.128 Mar 2021Release notes
Open source →- Added background instance for executing telephony methods in background.
- Fix type cast issues.
Release notes
Open source →- Added background instance for executing telephony methods in background.
- Fix type cast issues.
-
0.1.006 Mar 2021Release notes
Open source →- Feature equivalent of v0.0.9
- Enabled null-safety
- Added UNKNOWN states to enums.
-
0.0.906 Mar 2021 -
0.0.820 Feb 2021 -
0.0.704 Jan 2021 -
0.0.619 Nov 2020Release notes
Open source →- Multipart messages are grouped as one single SMS so that listenSms functions only get triggered once.
Release notes
Open source →- Multipart messages are grouped as one single SMS so that listenSms functions only get triggered once.
-
0.0.515 Nov 2020Release notes
Open source →- Fix background execution error due to FlutterLoader.getInstance() deprecation.
-
0.0.407 Nov 2020Release notes
Open source →New Features:
- Start phone calls from default dialer or directly from the app.
-
0.0.330 Sep 2020Release notes
Open source →Changes:
- Fix unresponsive foreground methods after starting background isolate.
-
0.0.205 Sep 2020Release notes
Open source →Possible breaking changes:
- sendSms functions are now async.
Other changes:
- Adding documentation.
- Fix conflicting class name (Column --> TelephonyColumn).
- Update plugin description.
-
0.0.101 Aug 2020