Skip to content

Crisp Chat - v2.4.6

Choose a tag to compare

@alamin-karno alamin-karno released this 12 Mar 21:54
· 98 commits to dev since this release
b50a838

A flutter plugin package for using crisp chat natively on Android & iOS.

For more info visit this site: Flutter Crisp Chat

Added

  • Added modalPresentationStyle parameter to CrispConfig for iOS modal presentation style configuration.
  • Added ModalPresentationStyle enum with options: fullScreen, pageSheet, formSheet, overFullScreen, overCurrentContext, and popover.
  • Default modal presentation style is set to fullScreen to prevent touch events from passing through to the underlying Flutter UI.

Changed

  • Upgraded Crisp Android SDK from 2.0.17 to 2.0.18.
    • Fixed crash on message deserialization when origin is null.

Fixed

  • Fixed issue where enableNotifications: false in CrispConfig was being ignored on iOS, causing the Crisp SDK to still prompt for push notification permissions after sending the first message.

What's Changed

New Contributors

Full Changelog: v2.4.5...v2.4.6