Skip to content

Crisp Chat - v2.4.8

Choose a tag to compare

@alamin-karno alamin-karno released this 24 May 21:00
· 61 commits to main since this release
31511eb

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

For more info visit this site: Flutter Crisp Chat

Fixed

  • Fixed iOS Swift Package Manager integration introduced in 2.4.2 that failed during Xcode package resolution with target 'crisp_chat' in package 'crisp_chat' is outside the package root.
  • Fixed SPM product name to crisp-chat (required by Flutter's generated FlutterGeneratedPluginSwiftPackage).
  • Fixed SPM target to be Swift-only; CocoaPods continues to use a thin Objective-C registration shim in ios/Classes/.

Changed

  • Consolidated iOS Swift sources under ios/crisp_chat/Sources/crisp_chat/ for both SPM and CocoaPods.
  • Restored ModalPresentationStyle.popover on iOS (UIModalPresentationStyle.popover) with popoverPresentationController configuration for iPad.
  • Fixed CocoaPods duplicate FlutterCrispChatPlugin interface (removed redundant ObjC shim; Swift-only registration).

What's Changed

New Contributors

Full Changelog: v2.4.7...v2.4.8