bugsee_flutter 3.0.1
bugsee_flutter: ^3.0.1 copied to clipboard
Bugsee Flutter SDK
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add bugsee_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
bugsee_flutter: ^3.0.1Alternatively, 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';