flutter_twilio_conversations_web 2.0.9
flutter_twilio_conversations_web: ^2.0.9 copied to clipboard
Web platform implementation of flutter_twilio_conversations_web
2.0.9 #
- Fix crash with
unregisterForNotification
if the token is empty - Update example to use the latest Twilio Conversations JavaScript SDK 2.6.1
2.0.6 #
- Fix crash with
typing
,getUnreadMessagesCount
,connectionStateChanged
andconnectionError
methods - Refactored
sendMessage
to improve stability during conversation creation
2.0.5 #
- Update
getLastMessages
to return newest messages first and count backwards
2.0.4 #
- Added implementation for
registerForNotification
andunregisterForNotification
methods - Update signatures for
tokenExpired
andtokenAboutToExpire
events
2.0.2 #
- Fixed issue with messages containing Media
2.0.0+10 #
- First release of flutter_twilio_conversations web support