newrelic_mobile 1.0.8 copy "newrelic_mobile: ^1.0.8" to clipboard
newrelic_mobile: ^1.0.8 copied to clipboard

Flutter plugin for NewRelic Mobile. This plugin allows you to instrument Flutter apps with help of native New Relic Android and iOS agents.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add newrelic_mobile

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

dependencies:
  newrelic_mobile: ^1.0.8

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:newrelic_mobile/newrelic_mobile.dart';
32
likes
130
pub points
95%
popularity

Publisher

verified publishernewrelic.com

Flutter plugin for NewRelic Mobile. This plugin allows you to instrument Flutter apps with help of native New Relic Android and iOS agents.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter, go_router, stack_trace

More

Packages that depend on newrelic_mobile