Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 5a13273

Browse files
authored
Merge pull request #360 from DolbyIO/release/3.8.2
Release/3.8.2
2 parents b24ee6b + 1960c98 commit 5a13273

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 3.8.2
2+
3+
### Features
4+
5+
Added a new [ScaleType](https://api-references.dolby.io/comms-sdk-flutter/dolbyio_comms_sdk_flutter/ScaleType.html) argument to the [VideoView](https://api-references.dolby.io/comms-sdk-flutter/dolbyio_comms_sdk_flutter/VideoView-class.html) creation methods. The argument lets you select how you want to display a video stream in the VideoView area. You can either use the `fill` or `fit` value.
6+
7+
### Bug Fixes
8+
9+
Introduced improvements that prevent the [VideoViewController](https://api-references.dolby.io/comms-sdk-flutter/dolbyio_comms_sdk_flutter/VideoViewController-class.html) from accessing unmounted [VideoView](https://api-references.dolby.io/comms-sdk-flutter/dolbyio_comms_sdk_flutter/VideoView-class.html) widgets.
10+
111
## 3.8.2-beta.2
212

313
### Features

android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
COMMS_SDK_VERSION="3.8.2-beta.2"
1+
COMMS_SDK_VERSION="3.8.2"
22
COMPONENT_NAME="flutter-sdk"

ios/Classes/PluginInfo.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ import Foundation
22

33
enum PluginInfo {
44
static let componentName = "flutter-sdk"
5-
static let sdkVersion = "3.8.2-beta.2"
5+
static let sdkVersion = "3.8.2"
66
}

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: dolbyio_comms_sdk_flutter
22
description: >
33
Dolby.io Communications SDK for Flutter allows you to create high-quality video conferencing
44
applications for multiple platforms using a single codebase.
5-
version: 3.8.2-beta.2
5+
version: 3.8.2
66
homepage: https://github.com/DolbyIO/comms-sdk-flutter
77

88
environment:

test_app/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: dolbyio_comms_sdk_flutter_example
22
description: Demonstrates how to use the dolbyio_comms_sdk_flutter plugin.
33

4-
version: 3.8.2+2
4+
version: 3.8.2+3
55

66
# The following line prevents the package from being accidentally published to
77
# pub.dev using `flutter pub publish`. This is preferred for private packages.

0 commit comments

Comments
 (0)