dis_logger 0.0.1+3 copy "dis_logger: ^0.0.1+3" to clipboard
dis_logger: ^0.0.1+3 copied to clipboard

A Flutter package that helps you send logs to Discord server channels with easy and simple setup.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dis_logger

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

dependencies:
  dis_logger: ^0.0.1+3

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:dis_logger/dis_logger.dart';
2
likes
150
points
5
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package that helps you send logs to Discord server channels with easy and simple setup.

Repository (GitHub)
View/report issues

Topics

#discord #logging #debugging #analytics #tracking

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

device_info_plus, dio, flutter, logger

More

Packages that depend on dis_logger