File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All changes to this project will be documented in this file.
4
4
5
+ ## [ 1.0.7] - 2022-10-12
6
+
7
+ - Fix crash on ` stopStreaming ` .
8
+ See [ #14 ] ( https://github.com/apivideo/api.video-flutter-live-stream/issues/14 )
9
+
5
10
## [ 1.0.6] - 2022-09-30
6
11
7
- - Fix 1080p configuration. See [ #16 ] ( https://github.com/apivideo/api.video-flutter-live-stream/issues/16 )
8
- - Upgrade HaishinKit to 1.3.0. See [ #15 ] ( https://github.com/apivideo/api.video-flutter-live-stream/issues/15 )
12
+ - Fix 1080p configuration.
13
+ See [ #16 ] ( https://github.com/apivideo/api.video-flutter-live-stream/issues/16 )
14
+ - Upgrade HaishinKit to 1.3.0.
15
+ See [ #15 ] ( https://github.com/apivideo/api.video-flutter-live-stream/issues/15 )
9
16
- Upgrade dependencies
10
17
11
18
## [ 1.0.5] - 2022-08-03
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ In your pubspec.yaml file, add the following:
36
36
37
37
``` yaml
38
38
dependencies :
39
- apivideo_live_stream : ^1.0.6
39
+ apivideo_live_stream : ^1.0.7
40
40
` ` `
41
41
42
42
In your dart file, import the package:
Original file line number Diff line number Diff line change 1
1
name : apivideo_live_stream
2
2
description : Flutter RTMP live stream client for your audio/video application. Made with ♥ by api.video.
3
- version : 1.0.6
3
+ version : 1.0.7
4
4
repository : https://github.com/apivideo/api.video-flutter-live-stream
5
5
issue_tracker : https://github.com/apivideo/api.video-flutter-live-stream/issues
6
6
homepage : https://api.video
You can’t perform that action at this time.
0 commit comments