slack 1.2.1 copy "slack: ^1.2.1" to clipboard
slack: ^1.2.1 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';
// or 
import 'package:slack/slack_io';

main() {
  Slack slack = new Slack('webhook-url');
  Message message = new Message('foo message',username:'bar-user');      
  slack.send(message);
}
0
likes
0
pub points
9%
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

More

Packages that depend on slack