discord_logger 0.0.1 copy "discord_logger: ^0.0.1" to clipboard
discord_logger: ^0.0.1 copied to clipboard

A simple flutter package to send message to discord channel via discord bot

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add discord_logger

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

dependencies:
  discord_logger: ^0.0.1

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:discord_logger/discord_logger.dart';
4
likes
140
pub points
61%
popularity

Publisher

verified publisherdipenmaharjan.com.np

A simple flutter package to send message to discord channel via discord bot

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http

More

Packages that depend on discord_logger