phone_state_i 0.0.2 copy "phone_state_i: ^0.0.2" to clipboard
phone_state_i: ^0.0.2 copied to clipboard

outdated

Listen to Phone Call State(phone is connected/Idle) and provide call back on both iOS and andriod devices.

phone_state_i #

Listen to Phone Call State and provide call back #

import 'package:phone_state_i/phone_state_i.dart';

phoneStateCallEvent.listen((PhoneStateCallEvent event) {
      print('Call is Incoming/Connected' + event.stateC);
      //event.stateC has values "true" or "false"
});
16
likes
30
pub points
56%
popularity

Publisher

unverified uploader

Listen to Phone Call State(phone is connected/Idle) and provide call back on both iOS and andriod devices.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on phone_state_i