huawei_analytics_plus 3.0.1
huawei_analytics_plus: ^3.0.1 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_plusThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
huawei_analytics_plus: ^3.0.1Alternatively, 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_plus/huawei_analytics.dart';