flutter_twilio_conversations 2.0.9+19
flutter_twilio_conversations: ^2.0.9+19 copied to clipboard
Integrate the Twilio Conversations SDK with your Flutter app using this Twilio Conversations Flutter plugin
2.0.9+19 #
Android #
- Fixed issue #42 related to
setNoMessagesReadWithResult
- Fixed issue #45 related to the namespace in Gradle builds
- Updated Twilio Conversations Android SDK to 6.1.1
Web #
- Fixed crash in
unregisterForNotification
if the token is empty - example: Updated index.html to use the latest Twilio Conversations JavaScript SDK 2.6.1
General #
- Fixed issue #44 related to
getMembersList
2.0.6+16 #
- example: Add unread message count, send typing status when typing and added message indexes for debugging
- WEB: Fix crash with
typing
,getUnreadMessagesCount
,connectionStateChanged
andconnectionError
methods - WEB: Refactored
sendMessage
to improve stability during conversation creation
2.0.5+15 #
- WEB: Update
getLastMessages
to return newest messages first and count backwards
2.0.4+14 #
- INTERFACE: Added optional
webChannel
parameter toregisterForNotification
andunregisterForNotification
methods - WEB: Added implementation for
registerForNotification
andunregisterForNotification
methods - WEB: Update signatures for
tokenExpired
andtokenAboutToExpire
events
2.0.2+12 #
- WEB: Fixed issue with messages containing Media
- Removed unnecessary logging operations
2.0.1+11 #
- Fixed dependency implementations for android and ios
2.0.0+10 #
- Added web support
1.1.7+9 #
1.1.0+2 — Jul 28, 2023 #
1.0.0+1 — Jan 19, 2023 #
- First release, based on twilio_programmable_chat v0.1.1+7