twilio_programmable_chat 0.1.1 twilio_programmable_chat: ^0.1.1 copied to clipboard
Integrate the Twilio Chat SDK with your Flutter app using this Twilio Programmable Chat Flutter plugin.
0.1.1 #
- Added registration for Twilio push notifications via APNs on iOS.
- Added registration for Twilio push notifications via FCM on Android.
- Fixed handling of
userUpdated
event. - Fixed
clientSynchronization
event broadcast for iOS.
0.1.0+4 #
- Fixes an issue where null data would prevent events from being parsed and distributed.
0.1.0+3 #
- Makes argument to Android
EventChannel.StreamHandler::onCancel
methods nullable - Sets
EventChannel
StreamHandler
s tonull
ononDetachedFromEngine
0.1.0+2 #
- Throws an
UnsupportedError
when theTwilioProgrammableChat.create
is called again without first shutting down the existingChatClient
0.1.0+1 #
- Fix dart implementation of Message::setAttributes
0.1.0 #
- Initial iOS & Android release