rdev_errors_logging 0.1.5 rdev_errors_logging: ^0.1.5 copied to clipboard
This package provides a simple way to log errors.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add rdev_errors_logging
With Flutter:
$ flutter pub add rdev_errors_logging
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
rdev_errors_logging: ^0.1.5
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:rdev_errors_logging/google_logger.dart';
import 'package:rdev_errors_logging/rdev_error_widget.dart';
import 'package:rdev_errors_logging/rdev_exception.dart';
import 'package:rdev_errors_logging/talker_provider.dart';