Skip to content

Commit a153f5d

Browse files
committed
chore(version): bump to 1.2.0
1 parent cc1c762 commit a153f5d

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

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

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

5+
## [1.2.0] - 2024-02-12
6+
7+
- Add a `fit` parameter to `ApiVideoCameraPreview` to control the fit of the preview inside its
8+
parent widget
9+
- Improve and fix few video resolution issues
10+
- Android: The package automatically requests the camera and microphone permissions
11+
- Android: upgrade gradle, kotlin, AGP and other dependencies
12+
- iOS: add missing `getVideoSize` method
13+
- iOS: send events from the main thread
14+
- Example: lower default bitrate to run the example effortlessly
15+
- Example: enable wake lock to keep the device awake during the live stream
16+
- Example: put the application in the safe area
17+
518
## [1.1.3] - 2023-10-16
619

720
- Android: call `disconnect` event when `stopStream` is explicitly called

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ This module is made for broadcasting RTMP live stream from smartphone camera.
5353

5454
### Installation
5555

56-
Run the following command at the root of your project.
56+
Run the following command at the root of your project:
5757

5858
```shell
5959
flutter pub add apivideo_live_stream

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.1.3
3+
version: 1.2.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)