phone_call_notifier

Triggers a callback when the phone receives a phone call

Currently Android Only

Example

PhoneCallNotifier().listen.forEach((event) {
      // use event...
});

The Example App:

screenshot