We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7e6cfe commit 500b068Copy full SHA for 500b068
README.md
@@ -1,5 +1,13 @@
1
# w3c_event_source
2
3
+[![pub package][0]][1]
4
+[![build status][2]][3]
5
+
6
+[0]: https://img.shields.io/pub/v/w3c_event_source.svg?style=flat-square
7
+[1]: https://pub.dartlang.org/packages/w3c_event_source
8
+[2]: https://img.shields.io/travis/com/goto-bus-stop/dart-event-source/default.svg?style=flat-square
9
+[3]: https://travis-ci.com/goto-bus-stop/dart-event-source
10
11
W3C [EventSource][] client implementation for Dart / Flutter.
12
13
> This package depends on `dart:io`, so it is not usable on the Web.
0 commit comments