# bugly **Repository Path**: john_tp/Flutter-bugly ## Basic Information - **Project Name**: bugly - **Description**: 一个flutter插件,包含bugly崩溃、错误上传功能 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-09-30 - **Last Updated**: 2022-12-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # bugly_plugin - 这是一个在开发flutter项目时使用的插件. - 插件集成了bugly平台的功能,包括以下几点: 1. android平台bugly崩溃、错误上传功能; 2. android平台bugly自动升级功能; 3. ios平台bugly崩溃、错误上传功能; 4. 捕获dart错误上传到bugly错误列表中(android平台可直接在错误堆栈中看到dart错误位置,ios需打开跟踪日志查看) ### 集成步骤参考example 1. 参考文件example/lib/main.dart 2. android参考文件MyApp.java 3. ios参考文件info.plist、AppDelegate.m ## Getting Started This project is a starting point for a Flutter [plug-in package](https://flutter.dev/developing-packages/), a specialized package that includes platform-specific implementation code for Android and/or iOS. For help getting started with Flutter, view our [online documentation](https://flutter.dev/docs), which offers tutorials, samples, guidance on mobile development, and a full API reference.