File tree 4 files changed +5
-8
lines changed 4 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 1
1
2
2
# Changelog
3
3
4
- [ 0.13.2+hotfix.1] - 2025-04-30
5
-
6
- * [ macOS] fix: Fixed compilation errors introduced by Media Recorder implementation.
7
-
8
- [ 0.13.2] - 2025-04-29
4
+ [ 0.14.0] - 2025-05-06
9
5
10
6
* [ iOS/Android] feat: Media Recorder implementation Android and iOS (#1810 )
11
7
* [ Wndows] fix: Pickup registrar for plugin by plugin registrar manager (#1752 )
12
8
* [ Linux] fix: add task runner for linux. (#1821 )
9
+ * [ iOS/macOS] fix: Fix deadlock when creating a frame cryptor on iOS/macOS.
13
10
14
11
[ 0.13.1+hotfix.1] - 2025-04-07
15
12
Original file line number Diff line number Diff line change 3
3
#
4
4
Pod ::Spec . new do |s |
5
5
s . name = 'flutter_webrtc'
6
- s . version = '0.12.6 '
6
+ s . version = '0.14.0 '
7
7
s . summary = 'Flutter WebRTC plugin for iOS.'
8
8
s . description = <<-DESC
9
9
A new flutter plugin project.
Original file line number Diff line number Diff line change 3
3
#
4
4
Pod ::Spec . new do |s |
5
5
s . name = 'flutter_webrtc'
6
- s . version = '0.12.6 '
6
+ s . version = '0.14.0 '
7
7
s . summary = 'Flutter WebRTC plugin for macOS.'
8
8
s . description = <<-DESC
9
9
A new flutter plugin project.
Original file line number Diff line number Diff line change 1
1
name : flutter_webrtc
2
2
description : Flutter WebRTC plugin for iOS/Android/Destkop/Web, based on GoogleWebRTC.
3
- version : 0.13.2+hotfix.1
3
+ version : 0.14.0
4
4
homepage : https://github.com/cloudwebrtc/flutter-webrtc
5
5
environment :
6
6
sdk : " >=3.3.0 <4.0.0"
You can’t perform that action at this time.
0 commit comments