erxes_flutter_sdk 0.3.0
erxes_flutter_sdk: ^0.3.0 copied to clipboard
Flutter plugin for the Erxes messenger, wrapping the native iOS and Android Erxes SDKs.
0.3.0 #
- iOS: pull
MessengerSDKfrom CocoaPods via theErxesMessengerSDK0.30.14 pod instead of requiring Swift Package Manager. The host app no longer needsflutter config --enable-swift-package-manager. - Bump the SPM dependency to
erxes-ios-sdk0.30.14.
0.2.0 #
- Pass
userduring configure so native SDKs identify the visitor before connecting. - Apply user before native messenger configuration on iOS and Android.
- Remove
primaryColorfrom the Flutter API and native bridge.
0.1.2 #
- Fix iOS build against MessengerSDK 0.30.13: hop all
@MainActor-isolated SDK calls to the main thread, use the nestedMessengerConfig.Appearancevalue type, and match the non-optionalMessengerUser.customDataandActionItem.systemIconsignatures. - Bump the example app's iOS deployment target to 16.0 to satisfy the SDK.
0.1.1 #
- Remove unused import in example widget test.
- Scope README to chat mode and drop maintainer-only release notes.
0.1.0 #
- Initial release.
ErxesMessengerAPI:configure,setUser,clearUser,showMessenger,hideMessenger,showLauncher,hideLauncher, plusonActionandonReadystreams.- Android: wraps
io.github.munkhorgilb:messenger-sdk(chat mode). - iOS: wraps
MessengerSDKfromerxes-ios-sdkvia Swift Package Manager (chat + classic launcher).