Telephony Versions Save

Flutter plugin for telephony features like query device sms directory, listen for incoming messages, retrieve various network parameters, etc.

v0.2.0

1 year ago

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

2 years ago

v0.1.3

3 years ago

Fix background execution (Contributor: @meomap)

v0.1.2

3 years ago
  • Change invokeMethod call type for getSms methods to List? (No change to telephony API)

v0.1.1

3 years ago
  • Added background instance for executing telephony methods in background.
  • Fix type cast issues.

v0.1.0

3 years ago
  • Feature equivalent of v0.0.9
  • Enabled null-safety
  • Added UNKNOWN states to enums.

v0.0.9

3 years ago
  • Fix sendSms Future never completes.

v0.0.8

3 years ago
  • Upgrade platform version.

v0.0.7

3 years ago
  • Fix build error when plugin included in iOS project.

v0.0.6

3 years ago
  • Multipart messages are grouped as one single SMS so that listenSms functions only get triggered once.