ruut 0.0.6
ruut: ^0.0.6 copied to clipboard
Ruut Chat SDK for flutter, elevate your customer experienc with Ruut
0.0.1 #
- initial release of Ruut Flutter SDK.
0.0.2 #
- Removed getX dependency and updated supported platform
0.0.3 #
- Fixed parsed user details via
RuutUsernot reflecting on Ruut - Added support for identity support identity verification and validation via HMAC
0.0.5 #
Added #
- InAppWebView Integration: Migrated the webview implementation to
flutter_inappwebviewfor enhanced web interaction capabilities within the Ruut SDK.- Custom User Agents: Implemented custom user agents for Android WebView to optimize compatibility and performance.
- JavaScript Injection: Added support for injecting the Ruut SDK via JavaScript after the WebView is fully loaded.
- RuutMessageChannel: A message channel to manage communication between Flutter and WebView components.
Changed #
- WebViewController Management: Refactored the SDK to use
InAppWebViewControllerfor managing user actions and interactions within the WebView.
Fixed #
- Performance Enhancements: Improved performance and stability in the WebView by enabling hybrid composition and caching where necessary.
Removed #
- Previous WebView implementation.
0.0.6 #
- Updated README