umeng_statistics 1.0.1 copy "umeng_statistics: ^1.0.1" to clipboard
umeng_statistics: ^1.0.1 copied to clipboard

outdated

The plugin of Umeng statistics, The 1.0.0 version perfectly solves the problem of inaccurate statistics in Umeng. After many tests, the statistical functions of Umeng can be used normally and stably. [...]

umeng_statistics #

The plugin of Umeng statistics.

github 引用方式:

umeng_analytics:
    git:
      url: https://github.com/timer-cp/umeng_statistics.git

User Guide #

/// 初始化Appkey

static Future<bool> initAppKey(
        String androidAppKey, String iosAppKey, String channel,
      {bool logEnabled = false, bool encryptEnabled  = false, processEvent = false})

/// 事件统计

static Future<bool> onEvent(String id, Map<String, Object> data)

/// 设置用户账户

static Future<bool> onProfileSignIn(String userID)

/// 取消用户账户

static Future<bool> onProfileSignOff()

/// 自动采集页面

static Future<bool> setPageCollectionModeAuto()

/// 手动采集页面

static Future<bool> setPageCollectionModeManual()

/// 开始页面时长统计,必须配对使用

static Future<bool> onPageStart(String viewName)

/// 结束页面时长统计,必须配对使用

static Future<bool> onPageEnd(String viewName)

代码混淆 #

-keep class com.umeng.** {*;}
-keepclassmembers class * {
   public <init> (org.json.JSONObject);
}
-keepclassmembers enum * {
    public static **[] values();
    public static ** valueOf(java.lang.String);
}
4
likes
0
points
18
downloads

Publisher

unverified uploader

Weekly Downloads

The plugin of Umeng statistics, The 1.0.0 version perfectly solves the problem of inaccurate statistics in Umeng. After many tests, the statistical functions of Umeng can be used normally and stably. If you have any problems in use, please file an issue in time; if you think it is good for use with your flutter App, please click the Like. This plugin will be updated and improved in time in the future. By the way, the official analytics plugin of Umeng is really bad.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on umeng_statistics

Packages that implement umeng_statistics