apptive_grid_error_reporting 1.0.0 copy "apptive_grid_error_reporting: ^1.0.0" to clipboard
apptive_grid_error_reporting: ^1.0.0 copied to clipboard

An error reporting tool using ApptiveGrid to send/store error reports

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add apptive_grid_error_reporting

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

dependencies:
  apptive_grid_error_reporting: ^1.0.0

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:apptive_grid_error_reporting/apptive_grid_error_reporting.dart';