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

Unofficial Flutter Package to send message to slack channel

Slack Logger #

GitHub stars

A simple package to send message to slack channel

Usage #

To use this plugin, add slack_logger as a dependency in your pubspec.yaml file.

Steps before using this package #

  • Add Apps to https://api.slack.com/apps/.

  • Go to Incoming Webhook Link and Enable it.

  • Create your slack channel.

  • Create new webhook and link slack channel.

You are good to go now 👍 #

Send:

SlackLogger.send(
    "[url from web hook]",
    "This is a error log to my channel",
);

Feel Free to request any missing features or report issues here.

24
likes
0
pub points
83%
popularity

Publisher

verified publisherdipenmaharjan.com.np

Unofficial Flutter Package to send message to slack channel

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, http

More

Packages that depend on slack_logger