flutter_impression

This is a user behavior tracking (UBT) tool to analyze impression events for flutter. Inspired by ImpressionKit and visibility_detector

example.mov

How to use

ImpressionDetector(
  impressedCallback: () {
    debugPrint('impressed');
  },
  child: MyWidget(),
)

Refer to the Demo for more details.

How to integrate

Add dependency

dependencies:
  impression: ^latest version

GitHub

View Github