You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wurong
d1c963796b
|
2 years ago | |
---|---|---|
.. | ||
android | 2 years ago | |
ios | 2 years ago | |
lib | 2 years ago | |
test | 2 years ago | |
.gitignore | 2 years ago | |
.metadata | 2 years ago | |
CHANGELOG.md | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago | |
pubspec.yaml | 2 years ago |
README.md
umeng_common_sdk Flutter Plugin
安装
在工程 pubspec.yaml 中加入 dependencies
dependencies: umeng_common_sdk: 1.2.6
使用
import 'package:umeng_common_sdk/umeng_common_sdk.dart';
注意 : 需要先调用 UMConfigure.init 来初始化插件(Appkey可在统计后台 “管理->应用管理->应用列表” 页面查看,或在 “我的产品”选择某应用->设置->应用信息 查看Appkey),才能保证其他功能正常工作。