- Upgrade
minSdk
to 23 - Upgrade
targetSdk
to 31 - Upgrade min dart sdk to 2.15.1
- Fix SmsMethodCallHandler error.
- Added Service Center field in SmsMessage
- Fix SmsType parsing (Contributor: https://github.com/Mabsten)
- Remove SmsMethodCallHandler trailing comma.
- Fix background execution (Contributor: https://github.com/meomap)
- Change invokeMethod call type for getSms methods to List? (No change to telephony API)
- Added background instance for executing telephony methods in background.
- Fix type cast issues.
- Feature equivalent of v0.0.9
- Enabled null-safety
- Fix sendSms Future never completes.
- Upgrade platform version.
- Fix build error when plugin included in iOS project.
- Multipart messages are grouped as one single SMS so that listenSms functions only get triggered once.
- Fix background execution error due to FlutterLoader.getInstance() deprecation.
- Start phone calls from default dialer or directly from the app.
- Fix unresponsive foreground methods after starting background isolate.
- sendSms functions are now async.
- Adding documentation.
- Fix conflicting class name (Column --> TelephonyColumn).
- Update plugin description.
- First release of telephony