nn_counter_tracker 0.3.0
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_trackerThis 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.0Alternatively, 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';