Releases: shounakmulay/Telephony
Releases · shounakmulay/Telephony
v0.2.0
https://pub.dev/packages/telephony/versions/0.2.0
- 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
v0.1.4
- Fix SmsType parsing (Contributor: https://github.com/Mabsten)
- Remove SmsMethodCallHandler trailing comma.
v0.1.3
v0.1.2
- Change invokeMethod call type for getSms methods to List? (No change to telephony API)
v0.1.1
- Added background instance for executing telephony methods in background.
- Fix type cast issues.
v0.1.0
- Feature equivalent of v0.0.9
- Enabled null-safety
- Added UNKNOWN states to enums.
v0.0.9
- Fix sendSms Future never completes.
v0.0.8
- Upgrade platform version.
v0.0.7
- Fix build error when plugin included in iOS project.
v0.0.6
- Multipart messages are grouped as one single SMS so that listenSms functions only get triggered once.