huawei_analytics 6.5.0+300 huawei_analytics: ^6.5.0+300 copied to clipboard
HUAWEI Analytics Kit plugin for Flutter. Analytics Kit offers you a range of preset analytics models so you can gain a deeper insight into your users, products, and content.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add huawei_analytics
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
huawei_analytics: ^6.5.0+300
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:huawei_analytics/huawei_analytics.dart';