bugsee_flutter 4.0.0 copy "bugsee_flutter: ^4.0.0" to clipboard
bugsee_flutter: ^4.0.0 copied to clipboard

outdated

Bugsee is a mobile SDK that adds crucial information to your bug and crash reports incuding video, network traffic, console logs and many other important traces from your app.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add bugsee_flutter

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

dependencies:
  bugsee_flutter: ^4.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:bugsee_flutter/bugsee.dart';
import 'package:bugsee_flutter/bugsee_pre25.dart';
import 'package:bugsee_flutter/bugsee_pre30.dart';
5
likes
65
points
4.33k
downloads

Publisher

verified publisherbugsee.com

Weekly Downloads

Bugsee is a mobile SDK that adds crucial information to your bug and crash reports incuding video, network traffic, console logs and many other important traces from your app.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

unknown (license)

Dependencies

convert, crypto, flutter, stack_trace, uuid

More

Packages that depend on bugsee_flutter

Packages that implement bugsee_flutter