tencent_bugly_plugin 0.0.3
tencent_bugly_plugin: ^0.0.3 copied to clipboard
Flutter Bugly Plugin
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add tencent_bugly_pluginWith Flutter:
$ flutter pub add tencent_bugly_pluginThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
tencent_bugly_plugin: ^0.0.3Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:tencent_bugly_plugin/bugly_config.dart';
import 'package:tencent_bugly_plugin/bugly_plugin.dart';
import 'package:tencent_bugly_plugin/bugly_plugin_method_channel.dart';
import 'package:tencent_bugly_plugin/bugly_plugin_platform_interface.dart';