File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1- # event_source change log
1+ # w3c_event_source change log
22
33All notable changes to this project will be documented in this file.
44
55This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7+ ## 1.2.0
8+ * Allow passing in a custom HttpClient factory. ([ @mpx ] ( https://github.com/mpx ) in [ #2 ] ( https://github.com/goto-bus-stop/dart-event-source/pull/2 ) )
9+
710## 1.1.0
811* Implement auto-reconnect.
912
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Add to your `pubspec.yaml`:
1919
2020``` yaml
2121dependencies :
22- w3c_event_source : ^1.0 .0
22+ w3c_event_source : ^1.2 .0
2323` ` `
2424
2525## Usage
Original file line number Diff line number Diff line change 11name : w3c_event_source
2- version : 1.1 .0
2+ version : 1.2 .0
33description : W3C EventSource client implementation for Dart / Flutter,
44 to communicate with server-sent event endpoints.
55author :
Renée Kooi <[email protected] >
You can’t perform that action at this time.
0 commit comments