Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Releases: shounakmulay/Telephony

v0.2.0

19 May 05:04
d8467f3

Choose a tag to compare

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

23 May 03:56

Choose a tag to compare

v0.1.3

15 May 05:44

Choose a tag to compare

Fix background execution (Contributor: @meomap)

v0.1.2

02 Apr 04:41
d836482

Choose a tag to compare

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

v0.1.1

28 Mar 13:39
6262126

Choose a tag to compare

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

v0.1.0

06 Mar 11:11
6246f14

Choose a tag to compare

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

v0.0.9

06 Mar 06:34

Choose a tag to compare

  • Fix sendSms Future never completes.

v0.0.8

20 Feb 11:18

Choose a tag to compare

  • Upgrade platform version.

v0.0.7

04 Jan 08:10

Choose a tag to compare

  • Fix build error when plugin included in iOS project.

v0.0.6

19 Nov 12:33
e3106c0

Choose a tag to compare

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