rollbar_common 1.1.0 copy "rollbar_common: ^1.1.0" to clipboard
rollbar_common: ^1.1.0 copied to clipboard

Commons package used by the Rollbar Dart and Flutter SDKs for error reporting.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add rollbar_common

With Flutter:

 $ flutter pub add rollbar_common

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

dependencies:
  rollbar_common: ^1.1.0

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:rollbar_common/rollbar_common.dart';
1
likes
100
points
602
downloads

Publisher

unverified uploader

Weekly Downloads

Commons package used by the Rollbar Dart and Flutter SDKs for error reporting.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

collection, http, meta, sqlite3, uuid

More

Packages that depend on rollbar_common