tencent_bugly_plugin 0.0.3 copy "tencent_bugly_plugin: ^0.0.3" to clipboard
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_plugin

With Flutter:

 $ flutter pub add tencent_bugly_plugin

This 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.3

Alternatively, 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';