Crisp Chat - v2.4.8
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.2that failed during Xcode package resolution withtarget 'crisp_chat' in package 'crisp_chat' is outside the package root. - Fixed SPM product name to
crisp-chat(required by Flutter's generatedFlutterGeneratedPluginSwiftPackage). - 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.popoveron iOS (UIModalPresentationStyle.popover) withpopoverPresentationControllerconfiguration for iPad. - Fixed CocoaPods duplicate
FlutterCrispChatPlugininterface (removed redundant ObjC shim; Swift-only registration).
What's Changed
- chore: update package dependencies and overrides by @alamin-karno in #139
- Update Node.js version and documentation metadata by @alamin-karno in #140
- release/v2.4.7 by @alamin-karno in #138
- Add sponsorship info by @alamin-karno in #141
- Add Crisp to platinum sponsors by @alamin-karno in #142
- Fix iOS Swift Package Manager support by @coolswood in #143
- Fix iOS Swift Package Manager integration and restore popover style by @alamin-karno in #144
- release/v2.4.8 by @alamin-karno in #145
New Contributors
- @coolswood made their first contribution in #143
Full Changelog: v2.4.7...v2.4.8