contentsquare_webview_flutter 2.2.0 copy "contentsquare_webview_flutter: ^2.2.0" to clipboard
contentsquare_webview_flutter: ^2.2.0 copied to clipboard

Contentsquare Flutter plugin for implement tracking in webview from webview_flutter package

A plugin to use Contensquare in webview_flutter webviews.

This plugin supports Android and iOS.

Features #

This plugin exposes a custom implementation of the Webview tracking feature which tracks webview_flutter package webviews without having to reimplement the tracker.

This package is not required to track these webviews but offers a convenient wrapper around the base ContentsquareWebViewTrackerBuilder class.

Getting started #

This package relies on the contentsquare plugin, and does not need any additionnal configuration.

To see how to configure the contentsquare plugin, see the documentation.

Usage #

ContentsquareWebViewFlutterTrackerBuilder(
  builder: (context, tracker) {
    return WebView(
      initialUrl: 'https://your_tracked_webview.com',
      javascriptMode: JavascriptMode.unrestricted,
      onWebViewCreated: tracker.onWebViewCreated,
      javascriptChannels: tracker.javascriptChannels,
      onPageFinished: tracker.onPageFinished
    );
  },
)
1
likes
100
pub points
44%
popularity

Publisher

verified publishercontentsquare.com

Contentsquare Flutter plugin for implement tracking in webview from webview_flutter package

Homepage

Documentation

API reference

License

unknown (LICENSE)

Dependencies

contentsquare, flutter, webview_flutter

More

Packages that depend on contentsquare_webview_flutter