tencent_bugly_plugin 0.0.5 copy "tencent_bugly_plugin: ^0.0.5" to clipboard
tencent_bugly_plugin: ^0.0.5 copied to clipboard

Bugly Flutter Plugin, only support Android and iOS. Config BuglyId exception collection can be implemented,Support channel

flutter_bugly_plugin #

pub packagestars

Flutter Bugly 插件,只集成了崩溃统计

Bugly版本 #

Android Bugly Version : 4.1.9.3

IOS Bugly Version : 2.6.1

使用 #

dependencies:
  tencent_bugly_plugin: ^latest

混淆 #

Android需要配置混淆

-dontwarn com.tencent.bugly.**
-keep public class com.tencent.bugly.**{*;}

初始化 #

任意区域调用. androidID 与 ios 为必传,其他为可选项。 flutter Error 为flutter错误回调

  BuglyPlugin.initBugly(
      BuglyConfig(
          androidAppId: "your android AppId",
          iosAppId: "your ios AppId",
          channel: "your channel",
          debugMode: true), flutterError: (flutterError) {

  });

上报自己try catch的异常 #

   BuglyPlugin.reportException(String errorInfo,String errorStack)

dart触发的错误在bugly的错误界面

4
likes
150
points
36
downloads

Publisher

unverified uploader

Weekly Downloads

Bugly Flutter Plugin, only support Android and iOS. Config BuglyId exception collection can be implemented,Support channel

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on tencent_bugly_plugin