Skip to content

Commit

Permalink
Merge pull request #1421 from 100mslive/release/1.7.2
Browse files Browse the repository at this point in the history
Updated changelog
  • Loading branch information
ygit authored Jul 14, 2023
2 parents 2c65d04 + 7f9c06d commit f6c6dd7
Show file tree
Hide file tree
Showing 16 changed files with 89 additions and 94 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,6 @@ example/ios/Runner/GoogleService-Info.plist
example/ios/config/GoogleService-Info.plist
*.p8
sample apps/hms-callkit-app/.flutter-plugins
sample apps/hms-callkit-app/.flutter-plugins-dependencies
sample apps/hms-callkit-app/.flutter-plugins-dependencies
sample apps/flutter-quickstart-app/.flutter-plugins
sample apps/flutter-quickstart-app/.flutter-plugins-dependencies
2 changes: 2 additions & 0 deletions .trunk/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@
plugins
user_trunk.yaml
user.yaml
# TODO(lauri): Remove shims after a release or two
shims
tools
12 changes: 6 additions & 6 deletions .trunk/trunk.yaml
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
version: 0.1
cli:
version: 1.11.1
version: 1.12.0
plugins:
sources:
- id: trunk
ref: v0.0.21
uri: https://github.com/trunk-io/plugins
lint:
enabled:
- [email protected].307
- [email protected].324
- [email protected]
- trivy@0.42.1
- trufflehog@3.41.1
- trivy@0.43.1
- trufflehog@3.44.0
- [email protected]
- [email protected]
- [email protected]
- prettier@2.8.8
- prettier@3.0.0
- git-diff-check
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- ktlint@0.49.1
- ktlint@0.50.0
runtimes:
enabled:
- [email protected]
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 1.7.2 - 2023-07-14

### Changed

- Reduced SDK & App binary size on Android by removing redundant package imports

Updated to Android SDK 2.7.1 & iOS SDK 0.9.5

**Full Changelog**: [1.7.1...1.7.2](https://github.com/100mslive/100ms-flutter/compare/1.7.1...1.7.2)

## 1.7.1 - 2023-06-30

### Added
Expand Down
26 changes: 4 additions & 22 deletions example/ExampleAppChangelog.txt
Original file line number Diff line number Diff line change
@@ -1,26 +1,8 @@
Board: https://github.com/100mslive/100ms-flutter/projects/19

- Added HLS Player Support
https://github.com/100mslive/100ms-flutter/issues/1089
- Removed unnecessary dependencies for `HMSHLSPlayer`
https://100ms.atlassian.net/browse/LIVE-1588

- Fixed android screen share, where the screen share was coming at the top rather than center.
https://github.com/100mslive/100ms-flutter/issues/1068

- Added support for messageId on Messages
https://github.com/100mslive/100ms-flutter/issues/1335

- Updated `captureSnapshot` implementation
https://github.com/100mslive/100ms-flutter/pull/1350

- Added API to open iOS Control Centre' Switch Audio Output UI
https://github.com/100mslive/100ms-flutter/issues/1293

- Add support for starting RTMP Streaming / Recording without Meeting URLs
https://github.com/100mslive/100ms-flutter/issues/1314

- Enabled S/W echo cancellation on Android by default
https://github.com/100mslive/react-native-hms/issues/1068

Flutter SDK: 1.7.0
Android SDK: 2.6.7
Flutter SDK: 1.7.2
Android SDK: 2.7.1
iOS SDK: 0.9.5
4 changes: 2 additions & 2 deletions example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ android {
applicationId "live.hms.flutter"
minSdkVersion 21
targetSdkVersion 33
versionCode 258
versionName "1.4.123"
versionCode 259
versionName "1.4.124"
}

signingConfigs {
Expand Down
12 changes: 6 additions & 6 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ PODS:
- HMSSDK (0.9.5):
- HMSAnalyticsSDK (= 0.0.2)
- HMSWebRTC (= 1.0.5116)
- hmssdk_flutter (1.7.1):
- hmssdk_flutter (1.7.2):
- Flutter
- HMSBroadcastExtensionSDK (= 0.0.9)
- HMSHLSPlayerSDK (= 0.0.2)
Expand Down Expand Up @@ -245,11 +245,11 @@ DEPENDENCIES:
- hmssdk_flutter (from `.symlinks/plugins/hmssdk_flutter/ios`)
- image_gallery_saver (from `.symlinks/plugins/image_gallery_saver/ios`)
- package_info_plus (from `.symlinks/plugins/package_info_plus/ios`)
- path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/ios`)
- path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/darwin`)
- permission_handler_apple (from `.symlinks/plugins/permission_handler_apple/ios`)
- qr_code_scanner (from `.symlinks/plugins/qr_code_scanner/ios`)
- share_plus (from `.symlinks/plugins/share_plus/ios`)
- shared_preferences_foundation (from `.symlinks/plugins/shared_preferences_foundation/ios`)
- shared_preferences_foundation (from `.symlinks/plugins/shared_preferences_foundation/darwin`)
- uni_links (from `.symlinks/plugins/uni_links/ios`)
- url_launcher_ios (from `.symlinks/plugins/url_launcher_ios/ios`)
- wakelock (from `.symlinks/plugins/wakelock/ios`)
Expand Down Expand Up @@ -309,15 +309,15 @@ EXTERNAL SOURCES:
package_info_plus:
:path: ".symlinks/plugins/package_info_plus/ios"
path_provider_foundation:
:path: ".symlinks/plugins/path_provider_foundation/ios"
:path: ".symlinks/plugins/path_provider_foundation/darwin"
permission_handler_apple:
:path: ".symlinks/plugins/permission_handler_apple/ios"
qr_code_scanner:
:path: ".symlinks/plugins/qr_code_scanner/ios"
share_plus:
:path: ".symlinks/plugins/share_plus/ios"
shared_preferences_foundation:
:path: ".symlinks/plugins/shared_preferences_foundation/ios"
:path: ".symlinks/plugins/shared_preferences_foundation/darwin"
uni_links:
:path: ".symlinks/plugins/uni_links/ios"
url_launcher_ios:
Expand Down Expand Up @@ -355,7 +355,7 @@ SPEC CHECKSUMS:
HMSBroadcastExtensionSDK: d80fe325f6c928bd8e5176290b5a4b7ae15d6fbb
HMSHLSPlayerSDK: 6a54ad4d12f3dc2270d1ecd24019d71282a4f6a3
HMSSDK: 81804295a3c5ec6016c0966f2053d7f5f51ccc26
hmssdk_flutter: aaba93b8324a1a4b735b7d0cc94d171987c77f5b
hmssdk_flutter: f73b3eb0f4bf568043a4425d851f52ffdbaa49e7
HMSWebRTC: ae54e9dd91b869051b283b43b14f57d43b7bf8e1
image_gallery_saver: cb43cc43141711190510e92c460eb1655cd343cb
MTBBarcodeScanner: f453b33c4b7dfe545d8c6484ed744d55671788cb
Expand Down
36 changes: 18 additions & 18 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ packages:
dependency: transitive
description:
name: async
sha256: bfe67ef28df125b7dddcea62755991f807aa39a2492a23e1550161692950bbe0
sha256: "947bfcf187f74dbc5e146c9eb9c0f10c9f8b30743e341481c1e2ed3ecc18c20c"
url: "https://pub.dev"
source: hosted
version: "2.10.0"
version: "2.11.0"
avatar_glow:
dependency: "direct main"
description:
Expand Down Expand Up @@ -69,10 +69,10 @@ packages:
dependency: transitive
description:
name: characters
sha256: e6a326c8af69605aec75ed6c187d06b349707a27fbff8222ca9cc2cff167975c
sha256: "04a925763edad70e8443c99234dc3328f442e811f1d8fd1a72f1c8ad0f69a605"
url: "https://pub.dev"
source: hosted
version: "1.2.1"
version: "1.3.0"
checked_yaml:
dependency: transitive
description:
Expand Down Expand Up @@ -101,10 +101,10 @@ packages:
dependency: transitive
description:
name: collection
sha256: cfc915e6923fe5ce6e153b0723c753045de46de1b4d63771530504004a45fae0
sha256: "4a07be6cb69c84d677a6c3096fcf960cc3285a8330b4603e0d463d15d9bd934c"
url: "https://pub.dev"
source: hosted
version: "1.17.0"
version: "1.17.1"
convert:
dependency: transitive
description:
Expand Down Expand Up @@ -374,7 +374,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.7.1"
version: "1.7.2"
http:
dependency: "direct main"
description:
Expand Down Expand Up @@ -419,10 +419,10 @@ packages:
dependency: transitive
description:
name: js
sha256: "5528c2f391ededb7775ec1daa69e65a2d61276f7552de2b5f7b8d34ee9fd4ab7"
sha256: f2c445dce49627136094980615a031419f7f3eb393237e4ecd97ac15dea343f3
url: "https://pub.dev"
source: hosted
version: "0.6.5"
version: "0.6.7"
json_annotation:
dependency: transitive
description:
Expand All @@ -443,10 +443,10 @@ packages:
dependency: transitive
description:
name: matcher
sha256: "16db949ceee371e9b99d22f88fa3a73c4e59fd0afed0bd25fc336eb76c198b72"
sha256: "6501fbd55da300384b768785b83e5ce66991266cec21af89ab9ae7f5ce1c4cbb"
url: "https://pub.dev"
source: hosted
version: "0.12.13"
version: "0.12.15"
material_color_utilities:
dependency: transitive
description:
Expand All @@ -459,10 +459,10 @@ packages:
dependency: transitive
description:
name: meta
sha256: "6c268b42ed578a53088d834796959e4a1814b5e9e164f147f580a386e5decf42"
sha256: "3c74dbf8763d36539f114c799d8a2d87343b5067e9d796ca22b5eb8437090ee3"
url: "https://pub.dev"
source: hosted
version: "1.8.0"
version: "1.9.1"
mime:
dependency: transitive
description:
Expand Down Expand Up @@ -499,10 +499,10 @@ packages:
dependency: transitive
description:
name: path
sha256: db9d4f58c908a4ba5953fcee2ae317c94889433e5024c27ce74a37f94267945b
sha256: "8829d8a55c13fc0e37127c29fedf290c102f4e40ae94ada574091fe0ff96c917"
url: "https://pub.dev"
source: hosted
version: "1.8.2"
version: "1.8.3"
path_parsing:
dependency: transitive
description:
Expand Down Expand Up @@ -776,10 +776,10 @@ packages:
dependency: transitive
description:
name: test_api
sha256: ad540f65f92caa91bf21dfc8ffb8c589d6e4dc0c2267818b4cc2792857706206
sha256: eb6ac1540b26de412b3403a163d919ba86f6a973fe6cc50ae3541b80092fdcfb
url: "https://pub.dev"
source: hosted
version: "0.4.16"
version: "0.5.1"
tuple:
dependency: "direct main"
description:
Expand Down Expand Up @@ -1005,5 +1005,5 @@ packages:
source: hosted
version: "3.1.2"
sdks:
dart: ">=2.19.0 <3.0.0"
dart: ">=3.0.0-0 <4.0.0"
flutter: ">=3.7.0-0"
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Demonstrates how to use the hmssdk_flutter plugin.
# The following line prevents the package from being accidentally published to
# pub.dev using `pub publish`. This is preferred for private packages.
publish_to: "none" # Remove this line if you wish to publish to pub.dev
version: 1.7.1
version: 1.7.2
environment:
sdk: ">=2.16.0 <4.0.0"

Expand Down
4 changes: 2 additions & 2 deletions lib/assets/sdk-versions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"flutter": "1.7.1",
"flutter": "1.7.2",
"ios": "0.9.5",
"iOSBroadcastExtension": "0.0.9",
"iOSHLSPlayerSDK": "0.0.2",
"android": "2.6.8"
"android": "2.7.1"
}
5 changes: 3 additions & 2 deletions lib/src/ui/meeting/hms_video_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,9 @@ class HMSVideoView extends StatelessWidget {
{Key? key,
required this.track,
this.setMirror = false,
@Deprecated("matchParent is not longer necessary and will be removed in future version")
this.matchParent = true,
@Deprecated(
"matchParent is not longer necessary and will be removed in future version")
this.matchParent = true,
this.scaleType = ScaleType.SCALE_ASPECT_FIT,
this.disableAutoSimulcastLayerSelect = false})
: super(key: key);
Expand Down
Loading

0 comments on commit f6c6dd7

Please sign in to comment.