kidd3166 4c53f88953 个推 push | il y a 2 ans | |
---|---|---|
.. | ||
android | il y a 2 ans | |
ios | il y a 3 ans | |
lib | il y a 3 ans | |
.gitignore | il y a 3 ans | |
CHANGELOG.md | il y a 3 ans | |
LICENSE | il y a 3 ans | |
README.md | il y a 3 ans | |
pubspec.yaml | il y a 3 ans |
在工程 pubspec.yaml 中加入 dependencies
dependencies: umeng_common_sdk: 1.1.3
import 'package:umeng_common_sdk/umeng_common_sdk.dart';
注意 : 需要先调用 UMConfigure.init 来初始化插件(Appkey可在统计后台 “管理->应用管理->应用列表” 页面查看,或在 “我的产品”选择某应用->设置->应用信息 查看Appkey),才能保证其他功能正常工作。