dynatrace_flutter_plugin 3.285.2 copy "dynatrace_flutter_plugin: ^3.285.2" to clipboard
dynatrace_flutter_plugin: ^3.285.2 copied to clipboard

The Dynatrace Flutter plugin helps auto-instrument your Flutter app with Dynatrace OneAgent for Android and iOS. It also provides an API to add manual instrumentation.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dynatrace_flutter_plugin

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  dynatrace_flutter_plugin: ^3.285.2

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:dynatrace_flutter_plugin/dynatrace_flutter_plugin.dart';
22
likes
130
pub points
96%
popularity

Publisher

verified publisherdynatrace.com

The Dynatrace Flutter plugin helps auto-instrument your Flutter app with Dynatrace OneAgent for Android and iOS. It also provides an API to add manual instrumentation.

Homepage

Documentation

API reference

License

unknown (LICENSE)

Dependencies

flutter, http, path, yaml

More

Packages that depend on dynatrace_flutter_plugin