- BREAKING CHANGE: To ensure that file uploads work correctly, you'll need to update your
AndroidManifest.xml
file as indicated in the docs - BREAKING CHANGE: Due to a change in the latest versions of iOS, to ensure that microphone
permission is granted correctly for voice messages, update your
Podfile
as shown in the docs - Updated dependencies versions
- BREAKING CHANGE: Updated version numbers for Firebase dependencies. This may require you to update your build versions on Android and iOS.
- Fix audio messages not working.
- Added the
onUrlNavigation
callback to the ChatBox
- BREAKING CHANGE: Changed the
notify
property of theParticipant
to allow for mentions only
- Added explicit support for Android and iOS in pubspec.yaml
- Add support for push notification on both Android and iOS.
- Fix file upload on Android.
- Fixed vertical scrolling when the ChatBox is in a bottom sheet
- Implemented the
onLoadingStateChanged
callback - Implemented the
onCustomMessageAction
callbacks
- Initial version.