slack 1.2.0 copy "slack: ^1.2.0" to clipboard
slack: ^1.2.0 copied to clipboard

outdatedDart 1 only

Package for accessing and utilizing the Slack webhook API. Currently only works for 'incoming webhooks'

dart-slack #

Dartlang interface to the Slack Webhook API

import 'package:slack/slack_html' as slack;
// or 
import 'package:slack/slack_io' as slack;

main() {
  Slack slack = new Slack('webhook-url);
  slack.Message message = new slack.Message('foo message',username:'bar-user');      
  slack.send(message);
}
0
likes
0
pub points
13%
popularity

Publisher

unverified uploader

Package for accessing and utilizing the Slack webhook API. Currently only works for 'incoming webhooks'

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

http, redstone

More

Packages that depend on slack