analykit 1.0.0
analykit: ^1.0.0 copied to clipboard
A reusable analytics service.
analykit #
A reusable analytics service.
Supported providers #
At the moment only the following providers are supported:
- Firebase Analytics
Installation #
From pub.flutter-io.cn
Add this to your pubspec.yaml
dependencies:
analykit: ^1.0.0
Or, From Git repo
dependencies:
analykit:
git:
url: https://github.com/Ragibn5/dart-flutter-packages.git
path: analykit
ref: analykit-1.0.0
Example #
See the example for a complete demonstration.