Skip to content

The phoneCallEvents and rawPhoneCallEvents streams don't work #16

@mr-mmmmore

Description

@mr-mmmmore

phoneCallEvents
I have tried to use the phoneCallEvents stream but I receive no events at all. I have tried it on the following devices:

  • iPhone 6 (iOS 12.4.9)
  • Samsung Galaxy S8 Edge (Android 7)

For example this prints nothing, whatever the call received or sent from/to the device:

lib.FlutterPhoneState.phoneCallEvents.listen((event) {
    print('EVENT RECEIVED');
});

rawPhoneCallEvents
This stream works on the iPhone, but not on the Android phone: an event with null id and type is received when the app starts, and then nothing else.

The app uses Flutter 1.22.6.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions