10000 Merge pull request #17 from GetStream/release/v1.0.0-dev.1 · StiftTechnologies/webrtc-flutter@02a3349 · GitHub
[go: up one dir, main page]

Skip to content

Commit 02a3349

Browse files
authored
Merge pull request GetStream#17 from GetStream/release/v1.0.0-dev.1
Release v1.0.0-dev.1
2 parents 32672f1 + d4cea68 commit 02a3349

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11

22
# Changelog
33

4+
[1.0.0-dev.1] - 2025-03-14
5+
* Switched native webrtc dependencies for iOS and Android to Stream's internal builds
6+
* Replaced deprecated `onSurfaceDestroyed` with `onSurfaceCleanup` in `SurfaceTextureRenderer`
7+
48
[0.12.12+2] - 2025-03-12
59
* [Android] fix: fixed video not rendered after resume from background.
610

ios/stream_webrtc_flutter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
Pod::Spec.new do |s|
55
s.name = 'stream_webrtc_flutter'
6-
s.version = '0.2.0'
6+
s.version = '1.0.0'
77
s.summary = 'Flutter WebRTC plugin for iOS.'
88
s.description = <<-DESC
99
A new flutter plugin project.

macos/stream_webrtc_flutter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
Pod::Spec.new do |s|
55
s.name = 'stream_webrtc_flutter'
6-
s.version = '0.2.0'
6+
s.version = '1.0.0'
77
s.summary = 'Flutter WebRTC plugin for macOS.'
88
s.description = <<-DESC
99
A new flutter plugin project.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: stream_webrtc_flutter
22
description: Flutter WebRTC plugin for iOS/Android/Destkop/Web, based on GoogleWebRTC.
3-
version: 0.12.12+2
3+
version: 1.0.0-dev.1
44
homepage: https://github.com/GetStream/webrtc-flutter
55
environment:
66
sdk: ">=3.3.0 <4.0.0"

0 commit comments

Comments
 (0)
0