newrelic_mobile 1.1.10 copy "newrelic_mobile: ^1.1.10" to clipboard
newrelic_mobile: ^1.1.10 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
copied to clipboard

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

dependencies:
  newrelic_mobile: ^1.1.10
copied to clipboard

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';
copied to clipboard
41
likes
130
points
74.7k
downloads

Publisher

verified publishernewrelic.com

Weekly Downloads

2024.09.23 - 2025.04.07

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)
Contributing

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, go_router, stack_trace

More

Packages that depend on newrelic_mobile