callbundle 1.0.4
callbundle: ^1.0.4 copied to clipboard
Native incoming & outgoing call UI for Flutter. Provides CallKit on iOS and TelecomManager + adaptive notifications on Android.
1.0.4 #
- Add
CallBundle.checkPermissions()for silent permission status checks. - Enables custom Dart dialogs before system permission prompts.
- Example app updated with permission explanation dialog flow.
1.0.3 #
- Android: request notification and full-screen intent permissions explicitly.
1.0.2 #
- Updated platform dependencies with incoming/outgoing call UI bug fixes.
1.0.1 #
- Documentation updates and metadata cleanup.
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.