tawk 0.1.0
tawk: ^0.1.0 copied to clipboard
Modern Flutter plugin for Tawk.to live chat integration. Optimized cross-platform support with efficient DOM injection on web and native WebView on mobile/desktop.
tawk #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog. This project adheres to Semantic Versioning.
0.1.0 - 2026-03-01 #
Added #
-
TawkChat widget with integration options
- Controller-based API with
TawkControllerfor programmatic control - Direct URL usage for simple integrations
TawkController.of(context)for accessing controller anywhere in widget tree
- Controller-based API with
-
Cross-platform support
- Web: DOM script injection using
dart:js_interop - Mobile/Desktop: Full-screen WebView integration with
webview_flutter - Automatic platform detection and appropriate rendering
- Web: DOM script injection using
-
Security & Privacy
- Minimal permission model
- OnBackInvokedCallback support for Android 13+