actual_phone_state 0.0.1
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
TelecomManagerwithTelephonyManagerfallback - iOS support using
CXCallObserverfrom CallKit ActualPhoneState.getPhoneState()API- Enum-based state response:
ActualPhoneStateStatus.callActiveActualPhoneStateStatus.noCallActualPhoneStateStatus.unknown
- Basic example application