flutter_impression

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

https://user-images.githubusercontent.com/5275802/187019180-c877edfa-a3d6-4a0d-9c78-7da4febd9ce8.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

Libraries

impression