Flutter Chat Changelog
It typically includes information about new features, bug fixes, and other updates that have been made. The format of a changelog can vary, but it is usually organized in reverse chronological order, with the most recent changes listed first.
#
1.0.7Updates
- iOS SDK Updated to 5.17.10
- Bug Fixes
#
1.0.7-betaUpdates
- Android Gradle (libphonenumber,hyperlog not found) Issue Fixed
- iOS SDK Updated to 5.17.9
- Android SDK Updated to 7.13.6
- Bug Fixes
#
1.0.6Updates
- Chat History Bug Fix
#
1.0.5Updates
- iOS SDK Updated to 5.17.5
- Android SDK Updated to 7.13.5
- Bug Fixes
- Performance Improvement
#
1.0.4New Feature
- Private Storage Feature Added here
Updates
- iOS SDK Updated to 5.17.3
- Android SDK Updated to 7.13.3
- Performance Improvement
#
1.0.3New Feature
- Chat now supports EditMessage feature. Check out our official documentation here
- Message by Meta Data here
- User Meta Data here
Updates
- iOS SDK Updated to 5.17.1
- Android SDK Updated to 7.13.1
- Bug Fixes
- Performance Improvement
#
1.0.2Updates
- The user type has been added to the login function to accommodate different packages and achieve unified push notifications between the apps from the server.
#
1.0.1Updates
- added DNS Resolver for android smack issue
#
1.0.0New Feature
- FlyCallback added for methods with FlyResponse
- Profile model class changed as ProfileDetails
Updates
- Mirrorfly.registerUser() method has been deprecated; please use Mirrorfly.login()
- Mirrorfly.enableDisableHideLastSeen() method has been deprecated; please use Mirrorfly.setLastSeenVisibility()
- Mirrorfly.isHideLastSeenEnabled() method has been deprecated; please use Mirrorfly.isLastSeenVisible()
- Mirrorfly.deleteRecentChat() method has been deprecated; please use Mirrorfly.deleteRecentChats()
- Mirrorfly.isUserUnArchived() method has been deprecated; please use Mirrorfly.isChatUnArchived()
- Mirrorfly.isMuted() method has been deprecated; please use Mirrorfly.isChatMuted()
- Mirrorfly.updateArchiveUnArchiveChat() method has been deprecated; please use Mirrorfly.setChatArchived()
- Mirrorfly.recentChatPinnedCount() method has been deprecated; please use Mirrorfly.getRecentChatPinnedCount()
- Mirrorfly.sendTextMessage() method has been deprecated; please use Mirrorfly.sendMessage()
- Mirrorfly.sendImageMessage() method has been deprecated; please use Mirrorfly.sendMessage()
- Mirrorfly.sendVideoMessage() method has been deprecated; please use Mirrorfly.sendMessage()
- Mirrorfly.sendAudioMessage() method has been deprecated; please use Mirrorfly.sendMessage()
- Mirrorfly.sendDocumentMessage() method has been deprecated; please use Mirrorfly.sendMessage()
- Mirrorfly.sendLocationMessage() method has been deprecated; please use Mirrorfly.sendMessage()
- Mirrorfly.sendContactMessage() method has been deprecated; please use Mirrorfly.sendMessage()
- Mirrorfly.getRegisteredUserList() method has been deprecated; please use Mirrorfly.getRegisteredUsers()
- Mirrorfly.setTypingStatus.listen,Mirrorfly.onChatTypingStatus.listen,Mirrorfly.onGroupTypingStatus.listen, method has been deprecated; please use Mirrorfly.typingStatus.listen
- Mirrorfly.getGroupMessageDeliveredToList() method has been deprecated; please use Mirrorfly.getGroupMessageDeliveredRecipients()
- Mirrorfly.getGroupMessageReadByList() method has been deprecated; please use Mirrorfly.getGroupMessageSeenRecipients()
- Mirrorfly.getMessageStatusOfASingleChatMessage() method has been deprecated; please use Mirrorfly.getMessageStatusOf()
- Mirrorfly.isAdmin() method has been deprecated; please use Mirrorfly.isGroupAdmin()
#
0.0.13New Feature
- Flutter Plugin now supports Chat History features with Pagination by calling the new methods available at Get messages of a user/group via pagination
- Our Flutter plugin now supports multi-device login.
Updates
- Mirrorfly.init() method has been deprecated; please use Mirrorfly.initializeSDK()