Skip to content

Commit e46799e

Browse files
committed
chore(version): bump to 1.1.0
1 parent 195a289 commit e46799e

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All changes to this project will be documented in this file.
44

5+
## [1.1.0] - 2023-01-11
6+
7+
- Major refactor:
8+
- use `initialize` instead of `create` and pass default parameters
9+
to `ApiVideoLiveStreamController` constructor
10+
- simplified usage of `CameraPreview` (and renamed to `ApiVideoCameraPreview`)
11+
- Getter for properties such as `isMuted`, `cameraPosition`, ... (
12+
see [#13](https://github.com/apivideo/api.video-flutter-live-stream/issues/13))
13+
- Few fixes on Android and iOS
14+
515
## [1.0.7] - 2022-10-12
616

717
- Fix crash on `stopStreaming`.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ In your pubspec.yaml file, add the following:
3636

3737
```yaml
3838
dependencies:
39-
apivideo_live_stream: ^1.0.7
39+
apivideo_live_stream: ^1.1.0
4040
```
4141
4242
In your dart file, import the package:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: apivideo_live_stream
22
description: Flutter RTMP live stream client for your audio/video application. Made with ♥ by api.video.
3-
version: 1.0.7
3+
version: 1.1.0
44
repository: https://github.com/apivideo/api.video-flutter-live-stream
55
issue_tracker: https://github.com/apivideo/api.video-flutter-live-stream/issues
66
homepage: https://api.video

0 commit comments

Comments
 (0)