voip_twilio_sdk 1.0.10
voip_twilio_sdk: ^1.0.10 copied to clipboard
A Flutter plugin for Twilio Voice SDK integration. Provides VoIP calling capabilities without requiring native code implementation.
1.0.10 #
- Increased phone icon size to 36x36 pixels for better visibility
1.0.9 #
- Replaced phone emoji with phone-call-icon image (36x36) in README header
- Improved visual branding with custom icon
1.0.8 #
- Fixed header icon display issue - reverted to emoji for better compatibility
- Package banner and screenshots now properly configured
1.0.7 #
- Added package publisher banner to README
- Replaced phone emoji with custom phone-call icon image in header
- Improved visual branding in documentation
1.0.6 #
- Optimized package cover screenshot (reduced size for better pub.dev compatibility)
- Fixed screenshot display on pub.dev
1.0.5 #
- Added package cover screenshot for pub.dev display
- Package now displays with visual banner on pub.dev
1.0.4 #
- Added screenshot image for iOS Background Modes configuration
- Improved visual documentation for iOS setup
1.0.3 #
- Added detailed iOS setup instructions for enabling Background Modes in Xcode
- Added troubleshooting section for Background Modes configuration
- Improved documentation with step-by-step guide for "Voice over IP" capability
1.0.2 #
- Made all protocol methods in extensions public (
FlutterStreamHandler,CXProviderDelegate,CallDelegate) - Fixed Swift visibility requirements for protocol conformance
1.0.1 #
- Added
VoipTwilioSdkPluginclass for iOS to enable automatic plugin registration viaGeneratedPluginRegistrant - Made
TwilioVoiceChannelHandlerpublic with publicsetup()andcleanup()methods - Added
@objcsupport toVoipTwilioSdkPluginfor Objective-C compatibility - Plugin now works automatically for all users without manual AppDelegate/SceneDelegate setup
1.0.0 #
- Initial version.