rdev_errors_logging 0.1.4 copy "rdev_errors_logging: ^0.1.4" to clipboard
rdev_errors_logging: ^0.1.4 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.4

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';
0
likes
0
pub points
39%
popularity

Publisher

unverified uploader

This package provides a simple way to log errors.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_hooks, googleapis, googleapis_auth, hooks_riverpod, logging, talker

More

Packages that depend on rdev_errors_logging