callbundle_platform_interface 1.0.0
callbundle_platform_interface: ^1.0.0 copied to clipboard
Platform interface for the CallBundle federated Flutter plugin. Defines the abstract API contract, data models, and events for native call UI.
1.0.0 #
- Initial release of the CallBundle platform interface.
- Abstract
CallBundlePlatformclass with full API contract. MethodChannelCallBundledefault implementation.- Data models:
NativeCallParams,NativeCallConfig,NativeCallEvent,NativeCallInfo,NativeCallPermissions. - Enums:
NativeCallType,NativeCallState,NativeHandleType,NativeCallEventType,PermissionStatus. - MethodChannel-based communication for all native↔Dart events.
isUserInitiatedfield on events to distinguish user vs programmatic actions.- Monotonic
eventIdfor deduplication.