Skip to content

Commit

Permalink
chore(version): bump to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Jan 11, 2023
1 parent 195a289 commit e46799e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

## [1.1.0] - 2023-01-11

- Major refactor:
- use `initialize` instead of `create` and pass default parameters
to `ApiVideoLiveStreamController` constructor
- simplified usage of `CameraPreview` (and renamed to `ApiVideoCameraPreview`)
- Getter for properties such as `isMuted`, `cameraPosition`, ... (
see [#13](https://github.com/apivideo/api.video-flutter-live-stream/issues/13))
- Few fixes on Android and iOS

## [1.0.7] - 2022-10-12

- Fix crash on `stopStreaming`.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ In your pubspec.yaml file, add the following:

```yaml
dependencies:
apivideo_live_stream: ^1.0.7
apivideo_live_stream: ^1.1.0
```
In your dart file, import the package:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: apivideo_live_stream
description: Flutter RTMP live stream client for your audio/video application. Made with ♥ by api.video.
version: 1.0.7
version: 1.1.0
repository: https://github.com/apivideo/api.video-flutter-live-stream
issue_tracker: https://github.com/apivideo/api.video-flutter-live-stream/issues
homepage: https://api.video
Expand Down

0 comments on commit e46799e

Please sign in to comment.