nn_counter_tracker 0.3.0 copy "nn_counter_tracker: ^0.3.0" to clipboard
nn_counter_tracker: ^0.3.0 copied to clipboard

Lightweight, highly customizable analytics-style tracking for Flutter widgets: views, impressions, taps, clicks and user interactions. Works like a mini analytics SDK while staying simple and develope [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add nn_counter_tracker

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  nn_counter_tracker: ^0.3.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:nn_counter_tracker/nn_counter_tracker.dart';
4
likes
145
points
94
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Lightweight, highly customizable analytics-style tracking for Flutter widgets: views, impressions, taps, clicks and user interactions. Works like a mini analytics SDK while staying simple and developer-friendly.

Repository (GitHub)
View/report issues

Topics

#analytics #tracking #counter #impressions #visibility

License

MIT (license)

Dependencies

flutter, visibility_detector

More

Packages that depend on nn_counter_tracker