File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
4
4
5
5
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
+ ## 1.3.2
8
+ * Prepare for upcoming Uint8List change to HttpClientResponse. ([ @tvolkert ] ( https://github.com/tvolkert ) )
9
+
7
10
## 1.3.1
8
11
* Prepare for upcoming change to HttpRequest and HttpClientResponse. ([ @tvolkert ] ( https://github.com/tvolkert ) )
9
12
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Add to your `pubspec.yaml`:
19
19
20
20
``` yaml
21
21
dependencies :
22
- w3c_event_source : ^1.3.1
22
+ w3c_event_source : ^1.3.2
23
23
` ` `
24
24
25
25
## Usage
Original file line number Diff line number Diff line change 1
1
name : w3c_event_source
2
- version : 1.3.1
2
+ version : 1.3.2
3
3
description : W3C EventSource client implementation for Dart / Flutter,
4
4
to communicate with server-sent event endpoints.
5
5
author : Renée Kooi <renee@kooi.me>
You can’t perform that action at this time.
0 commit comments