datadog_flutter_plugin 2.15.0
datadog_flutter_plugin: ^2.15.0 copied to clipboard
Flutter bindings and tools for utilizing Datadog Mobile SDks
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add datadog_flutter_pluginThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
datadog_flutter_plugin: ^2.15.0Alternatively, 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:datadog_flutter_plugin/datadog_flutter_plugin.dart';