impression 1.0.1 copy "impression: ^1.0.1" to clipboard
impression: ^1.0.1 copied to clipboard

To detect impression events for widgets in flutter.

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
5
likes
130
pub points
77%
popularity

Publisher

unverified uploader

To detect impression events for widgets in flutter.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, visibility_detector

More

Packages that depend on impression