bugsnag_flutter_performance 1.2.1 copy "bugsnag_flutter_performance: ^1.2.1" to clipboard
bugsnag_flutter_performance: ^1.2.1 copied to clipboard

BugSnag performance monitoring tool for Flutter apps

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add bugsnag_flutter_performance

With Flutter:

 $ flutter pub add bugsnag_flutter_performance

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

dependencies:
  bugsnag_flutter_performance: ^1.2.1

Alternatively, 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:bugsnag_flutter_performance/bugsnag_flutter_performance.dart';