twilio_programmable_chat 0.2.0
twilio_programmable_chat: ^0.2.0 copied to clipboard
Integrate the Twilio Chat SDK with your Flutter app using this Twilio Programmable Chat Flutter plugin.
0.2.0 #
- BREAKING CHANGE: Added null safety support.
0.1.1+9 #
- Android: Fixed type cast errors parsing the
messageIndexparam forremoveMessage,getMessagesBefore, andadvanceLastConsumedMessageIndexWithResultat native layer.
0.1.1+8 #
- Removed non-null assertions on
friendlyNameanddateUpdatedinChannelDescriptor.
0.1.1+7 #
- Android: Fixed type cast error parsing the
messageIndexparam forgetMessageByIndexat native layer.
0.1.1+6 #
- Removed native layer Channel
EventChannelwhen client is shutdown.
0.1.1+5 #
- Resolved a bug where
connectionStatecould benullwhen network is disabled or changed.
0.1.1+4 #
- Resolved bug in which Channel event subscriptions failed to receive new events (e.g.
onMessageAdded) after callingshutdownon an existingChatClientand then initializing a new one withTwilioProgrammableChat.create
0.1.1+3 #
- Provided a default value of "" for
message.memberSidwhen sending to the Dart layer from Swift.
0.1.1+2 #
- Updated previously final properties for
Channelthat are not available atIDENTIFIERsync state.
0.1.1+1 #
- Updated
enum_to_stringusage to improve pub score
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
userUpdatedevent. - Fixed
clientSynchronizationevent 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::onCancelmethods nullable - Sets
EventChannelStreamHandlers tonullononDetachedFromEngine
0.1.0+2 #
- Throws an
UnsupportedErrorwhen theTwilioProgrammableChat.createis 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