slack_notification 1.0.0 slack_notification: ^1.0.0 copied to clipboard
A simple wrapper to post messages from external sources into Slack.
example/slack_notification_example.dart
import 'package:slack_notification/slack_notification.dart';
void main() {
var awesome = Awesome();
print('awesome: ${awesome.isAwesome}');
}