Skip to content

twilio_voice plugin causes flutter_local_notifications to stop working on iOS #292

@panchalvishal

Description

@panchalvishal

Issue Summary

Steps to Reproduce

  1. Create a Flutter app with the following dependencies: flutter_local_notifications: ^19.4.0
    twilio_voice: ^0.3.2
  2. Configure flutter_local_notifications to display a local notification on button tap.
  3. Run the app on a physical iOS device.
  4. Tap the button to trigger a notification.

Expected Behavior:

A local notification should be shown while the app is in the foreground.

Actual Behavior:

No notification is displayed when twilio_voice is present. Removing twilio_voice from pubspec.yaml restores expected notification behavior.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions