cattyinstall_web

The Web implementation of the cattyinstall Flutter plugin.

Usage

This package is automatically included when you use the cattyinstall package on Web. You do not need to add it directly to your pubspec.yaml.

How It Works

This package uses a bundled JavaScript SDK (cattyinstall_app.js) injected into the page at runtime. It communicates with the JS SDK via dart:js_interop to provide:

  • Browser fingerprint generation (canvas hash, WebGL renderer, screen metrics, etc.)
  • Install attribution parameter retrieval
  • Event reporting
  • Deep link event handling

Requirements

  • Flutter >= 3.19.0
  • Dart >= 3.3.0

Libraries

cattyinstall_web