carrotquest_sdk 1.0.2
carrotquest_sdk: ^1.0.2 copied to clipboard
Conversational platform for business. Flutter sdk.
1.0.2 #
- Improved the mechanics for recording statistics of trigger messages, ensuring more accurate and reliable activity tracking.
- [iOS] Fixed a bug where the input field could stop displaying in situations where it should be visible.
- Fixed other minor bugs to enhance the package's stability and performance.
1.0.1 #
- Slightly modified the
Carrot.sendFcmToken(token)method to eliminate potential issues when passing the token (Android only).
1.0.0 #
- Breaking Change: Updated the initialization method signature. Passing appID is no longer required.
- Notification Permissions: Removed built-in notification permission logic to eliminate ambiguity and provide developers with more control.
- SDK Updates: Upgraded Android and iOS SDKs. These updates include numerous bug fixes and a new implementation for handling personal data consent via pop-ups.
- Documentation & Examples: Refreshed the example project and polished the documentation for better clarity.
0.0.24 #
- Fixed the bug with userAgent for Android
- Added validation for the correctness of the apiKey for Android
0.0.23 #
- Upgraded AndroidSDK
- Upgrade iOS SDK
0.0.22 #
- Upgraded AndroidSDK
- Fixed initialization result for iOS
0.0.21 #
- Upgraded AndroidSDK
- Supported AGP 8.x
- Fixed bugs
0.0.20 #
- Reduced the supported Java version
- Fixed bugs
0.0.19 #
- Upgrade Android SDK
- Upgrade iOS SDK
0.0.18 #
- Upgrade Android SDK
- Upgrade iOS SDK
0.0.17 #
- Upgrade AndroidSDK
0.0.16 #
- Fixed bugs
0.0.15 #
- Added a phone mask for bot responses
- Fixed bugs
0.0.14 #
- Added support for in-app navigation tracking
- Fixed bugs
0.0.13 #
- Fixed chat lags on Android
0.0.12 #
- Now the auth returns the value of the carrot_id field (iOS)
0.0.11 #
- Fixed the bug with file uploading
- Fixed the bug with class visibility after obfuscation
- Now the auth returns the value of the carrot_id field (Android)
0.0.10 #
- iPadOS minimum support added
- Fix UI when rotate screen (iOS)
- Fix send file logic (iOS)
0.0.9 #
- Added support for
isInitmethod on Android - Improved behavior when there is no internet connection
- Worked on notifications and fixed bugs
- Fixed other minor bugs
0.0.8 #
- More bugs fix
0.0.7 #
- Fix bugs
0.0.6 #
- Added support for customizable placeholders for bot questions
- Fix bugs.
0.0.5 #
- Fix bugs.
0.0.4 #
- Added the ability to authorize using a hash.
0.0.3 #
- Fixed problems with receiving messages from bots
- Fixed other problems related to bots
- Fix some auth bug
- Changed mechanism of requesting access to photos. Now it happens automatically and on demand (only for iOS)
0.0.2 #
- Update documentation
0.0.1 #
- First release