telephony 0.1.0 copy "telephony: ^0.1.0" to clipboard
telephony: ^0.1.0 copied to clipboard

outdated

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.1.0 #

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

0.0.9 #

  • Fix sendSms Future never completes.

0.0.8 #

  • Upgrade platform version.

0.0.7 #

  • Fix build error when plugin included in iOS project.

0.0.6 #

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

0.0.5 #

  • Fix background execution error due to FlutterLoader.getInstance() deprecation.

0.0.4 #

New Features:

  • Start phone calls from default dialer or directly from the app.

0.0.3 #

Changes:

  • Fix unresponsive foreground methods after starting background isolate.

0.0.2 #

Possible breaking changes:

  • sendSms functions are now async.

Other changes:

  • Adding documentation.
  • Fix conflicting class name (Column --> TelephonyColumn).
  • Update plugin description.

0.0.1 #

  • First release of telephony
343
likes
0
pub points
97%
popularity

Publisher

verified publishershounakmulay.dev

A Flutter plugin to use telephony features such as fetch network info, start phone calls, send and receive SMS, and listen for incoming SMS.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, platform

More

Packages that depend on telephony