test_bmrt_flugin 0.0.23
test_bmrt_flugin: ^0.0.23 copied to clipboard
Plugin Flutter SDK and reports include video of user actions, network traffic, console logs and many other important traces from your app.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add test_bmrt_flugin
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
test_bmrt_flugin: ^0.0.23
Alternatively, 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:test_bmrt_flugin/callbacks.dart';
import 'package:test_bmrt_flugin/cast_common.dart';
import 'package:test_bmrt_flugin/constants.dart';
import 'package:test_bmrt_flugin/defaultify_plugin.dart';
import 'package:test_bmrt_flugin/defaultify_plugin_method_channel.dart';
import 'package:test_bmrt_flugin/defaultify_plugin_platform_interface.dart';
import 'package:test_bmrt_flugin/exception_handler.dart';
import 'package:test_bmrt_flugin/launch_option.dart';
import 'package:test_bmrt_flugin/network.dart';
import 'package:test_bmrt_flugin/network_event.dart';
import 'package:test_bmrt_flugin/network_modal.dart';
import 'package:test_bmrt_flugin/route_observer.dart';
import 'package:test_bmrt_flugin/version.dart';