lifestream_doctor 1.0.3
lifestream_doctor: ^1.0.3 copied to clipboard
Crash reporting SDK for Lifestream Vault — captures exceptions and uploads reports as searchable Markdown documents.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add lifestream_doctorWith Flutter:
$ flutter pub add lifestream_doctorThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
lifestream_doctor: ^1.0.3Alternatively, 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:lifestream_doctor/lifestream_doctor.dart';