flutter_easy_bugly 1.1.0
flutter_easy_bugly: ^1.1.0 copied to clipboard
为移动开发者提供专业的异常上报和运营统计,帮助开发者快速发现并解决异常,同时掌握产品运营动态,及时跟进用户反馈
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_easy_buglyThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_easy_bugly: ^1.1.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:flutter_easy_bugly/flutter_easy_bugly.dart';