nn_counter_tracker 0.1.2 copy "nn_counter_tracker: ^0.1.2" to clipboard
nn_counter_tracker: ^0.1.2 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 Dart:

 $ dart pub add nn_counter_tracker

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 dart pub get):

dependencies:
  nn_counter_tracker: ^0.1.2

Alternatively, your editor might support dart pub get or 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
0
points
89
downloads

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

unknown (license)

Dependencies

flutter, hive, shared_preferences, visibility_detector

More

Packages that depend on nn_counter_tracker