flutter_tawk_to_chat 0.4.0+1
flutter_tawk_to_chat: ^0.4.0+1 copied to clipboard
This plugin allows you to easily add Tawk.to live chat functionality to your Flutter applications, enabling real-time communication with your users.
Changelog #
All notable changes to this project will be documented in this file.
[0.4.0+1] #
- Update example
[0.4.0] #
- Add method to get chatOngoing visitorEngaged and endChat
[0.3.2] #
- Fix the issue of the TypeError:TawkController
[0.3.1] #
- Update TawkController to get chat status
[0.3.0] #
- Add onControllerChanged callback to get the controller of the webview.
[0.2.2] #
- Update README.md
[0.2.1] #
- Update README.md
[0.2.0] #
- User flutter_inappwebview instead of webview_flutter to solve the issue of javascript can not run in iOS webview.
[0.1.0] #
- Forked from flutter_tawk package.