Flutter Calls 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.4.0
#

Updates

1.3.0
#

Updates

  • Mention User feature in Group Chats
  • Schedule Meet feature
  • Android SDK updated to 7.13.17
  • iOS SDK updated to 5.18.10
  • Bug fixes
  • Chat Mute/Unmute, Archive/Unarchive event handler parameter updates
  • XSS attack check added as a parameter (enabled by default). It can be disabled by changing messageSecurityMode in MessageParams

1.2.0
#

Updates

1.1.1
#

Updates

  • Topic ID Added for iOS Messages
  • iOS SDK Updated to 5.18.7
  • Android Topic Based messages duplicate fix
  • hasNextMessage and hasPreviousMessage Methods Deprecated
  • MessageEventListeners Type Bug Fix
  • iOS Profile Name Encryption Bug Fix

1.1.0
#

Updates

  • Android SDK Updated to 7.13.13
  • iOS SDK Updated to 5.18.6
  • iOS Logout Delegate Issue Fix
  • Bug Fixes

1.0.9+1
#

Updates

  • Android SDK Updated to 7.13.10
  • thread block in load message issue fix
  • Manual logout no longer triggers the onLoggedOut listener.

1.0.9
#

Updates

  • Android SDK Updated to 7.13.9
  • upload/download file progress issue fix

1.0.8
#

Updates

  • Fetch Group members from server support added in iOS
  • Android Gradle Update fixes
  • Android SDK Updated to 7.13.8
  • Bug Fixes

1.0.8-beta
#

Updates

  • iOS SDK Updated to 5.18.0
  • Xcode 16 Support Added
  • Direct message sending support added without fetching all groups.

1.0.7
#

Updates

  • iOS SDK Updated to 5.17.10
  • Bug Fixes

1.0.7-beta
#

Updates

  • 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.6
#

Updates

  • Chat History Bug Fix

1.0.5
#

Updates

  • iOS SDK Updated to 5.17.5
  • Android SDK Updated to 7.13.5
  • Bug Fixes
  • Performance Improvement

1.0.4
#

New 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.3
#

New 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.2
#

Updates

  • 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.1
#

Updates

  • added DNS Resolver for android smack issue

1.0.0
#

New Feature

Updates

0.0.13
#

New Feature

  • Flutter Plugin now supports Group call features, including Invite participants, by calling the new methods available at Group Call Features
  • Introducing Mirrorfly View, which makes the call feature easier to work with, as it handles video/audio rendering itself. You can use it by utilizing the MirrorFlyView widget

Updates

0.0.12
#

New Feature

  • Enabled VOIP in iOS Capability Background Modes to obtain the VOIP token for registering the Call Feature in iOS
  • Enabled FCM Notification for the Call Feature in Android