callbundle 1.0.0
callbundle: ^1.0.0 copied to clipboard
Native incoming & outgoing call UI for Flutter. Provides CallKit on iOS and TelecomManager + adaptive notifications on Android.
1.0.0 #
- Initial release of CallBundle — native incoming & outgoing call UI for Flutter.
- Static
CallBundleAPI class withconfigure,showIncomingCall,showOutgoingCall,endCall,endAllCalls,setCallConnected,getActiveCalls,requestPermissions,getVoipToken. - Event stream via
CallBundle.onEventwithisUserInitiatedflag. - Ready signal via
CallBundle.onReadyfuture. - Endorses
callbundle_androidandcallbundle_iosas default platforms.