dynatrace_flutter_plugin 2.237.0 dynatrace_flutter_plugin: ^2.237.0 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: ^2.237.0
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';