dynatrace_flutter_plugin_dio 3.289.1
dynatrace_flutter_plugin_dio: ^3.289.1 copied to clipboard
An extension of the Dynatrace Flutter Plugin which allows support for instrumentation of the Dio package.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add dynatrace_flutter_plugin_dioWith Flutter:
$ flutter pub add dynatrace_flutter_plugin_dioThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
dynatrace_flutter_plugin_dio: ^3.289.1Alternatively, 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:dynatrace_flutter_plugin_dio/dynatrace_flutter_plugin_dio.dart';