actual_phone_state 0.0.1 copy "actual_phone_state: ^0.0.1" to clipboard
actual_phone_state: ^0.0.1 copied to clipboard

Flutter plugin to get the current phone call state on Android and iOS.

Changelog #

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.


0.0.1 #

Initial release of the actual_phone_state plugin.

Added #

  • Android support using TelecomManager with TelephonyManager fallback
  • iOS support using CXCallObserver from CallKit
  • ActualPhoneState.getPhoneState() API
  • Enum-based state response:
    • ActualPhoneStateStatus.callActive
    • ActualPhoneStateStatus.noCall
    • ActualPhoneStateStatus.unknown
  • Basic example application
0
likes
140
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter plugin to get the current phone call state on Android and iOS.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on actual_phone_state

Packages that implement actual_phone_state