callbundle_ios 1.0.5 copy "callbundle_ios: ^1.0.5" to clipboard
callbundle_ios: ^1.0.5 copied to clipboard

iOS implementation of the CallBundle plugin using CallKit. Handles PushKit, audio session, and missed call notifications inside the plugin.

1.0.5 #

  • Version bump to align with Android cold-start fix.

1.0.4 #

  • Add checkPermissions native handler — returns permission status without prompting.
  • Fix requestPermissions to return NativeCallPermissions format instead of simple map.

1.0.3 #

  • Version bump to align with Android permission fix.

1.0.2 #

  • Fix handleType and hasVideo reading from nested ios params instead of top-level args.
  • Fix endCall and setCallConnected to accept plain string callId (matching Dart MethodChannel contract).
  • Determine video calls from callType field correctly.

1.0.1 #

  • Documentation updates and metadata cleanup.

1.0.0 #

  • Initial release of the CallBundle iOS implementation.
  • CallKit integration via CXProvider and CXCallController.
  • PushKit VoIP push handling inside the plugin (no AppDelegate code).
  • AudioSessionManager with .mixWithOthers to prevent HMS audio conflicts.
  • CallStore with thread-safe serial queue and cold-start persistence.
  • Missed call local notifications via UNUserNotificationCenter.
  • Deterministic UUID mapping for string-based callIds.
0
likes
0
points
317
downloads

Publisher

verified publisherikolvi.com

Weekly Downloads

iOS implementation of the CallBundle plugin using CallKit. Handles PushKit, audio session, and missed call notifications inside the plugin.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

callbundle_platform_interface, flutter

More

Packages that depend on callbundle_ios

Packages that implement callbundle_ios