Skip to content

Commit

Permalink
chore(version): bump to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Feb 15, 2024
1 parent cc1c762 commit a153f5d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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

## [1.2.0] - 2024-02-12

- Add a `fit` parameter to `ApiVideoCameraPreview` to control the fit of the preview inside its
parent widget
- Improve and fix few video resolution issues
- Android: The package automatically requests the camera and microphone permissions
- Android: upgrade gradle, kotlin, AGP and other dependencies
- iOS: add missing `getVideoSize` method
- iOS: send events from the main thread
- Example: lower default bitrate to run the example effortlessly
- Example: enable wake lock to keep the device awake during the live stream
- Example: put the application in the safe area

## [1.1.3] - 2023-10-16

- Android: call `disconnect` event when `stopStream` is explicitly called
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ This module is made for broadcasting RTMP live stream from smartphone camera.

### Installation

Run the following command at the root of your project.
Run the following command at the root of your project:

```shell
flutter pub add apivideo_live_stream
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.1.3
version: 1.2.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 a153f5d

Please sign in to comment.