infobits_logging 0.1.0 copy "infobits_logging: ^0.1.0" to clipboard
infobits_logging: ^0.1.0 copied to clipboard

discontinuedreplaced by: infobits

Infobits Logging is to easily understand your errors in the console during development and in the Infobits dashboard during production.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add infobits_logging

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

dependencies:
  infobits_logging: ^0.1.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:infobits_logging/infobits_logging.dart';
1
likes
150
points
17
downloads

Documentation

API reference

Publisher

verified publisherinfobits.io

Weekly Downloads

Infobits Logging is to easily understand your errors in the console during development and in the Infobits dashboard during production.

Homepage

License

BSD-3-Clause (license)

Dependencies

device_info_plus, flutter, grpc, http, package_info_plus, stack_trace

More

Packages that depend on infobits_logging