File tree Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 11
22# Changelog
33
4+ [ 1.0.0] - 2025-07-25
5+
6+ * Bump version to 1.0.0
7+ * [ Native] feat: Upgrade libwebrtc to m137. (#1877 ).
8+ * [ Doc] fix: typo in package description (#1895 )
9+ * [ Android] fix: Video recording crashing and freezing on Android 14 Devices (#1886 )
10+ * [ Android] fix: Add audio recording for Android Platform (#1884 )
11+ * [ Dart] fix: Removed outdated code to avoid UI not being displayed in Windows release mode (#1890 )
12+ * [ Apple] fix: Fix compile warnings (#1887 )
13+ * [ Apple] feat: Update to m137 with audio engine (#1875 )
14+ * [ Android] fix: Ensure both video and audio tracks are added before starting the muxer (#1879 )
15+
416[ 0.14.2] - 2025-07-01
517
618* [ Windows/Linux] feat: Add audio processing and sink API for cpp. (#1867 )
Original file line number Diff line number Diff line change 33#
44Pod ::Spec . new do |s |
55 s . name = 'flutter_webrtc'
6- s . version = '0.15.1 '
6+ s . version = '1.0.0 '
77 s . summary = 'Flutter WebRTC plugin for iOS.'
88 s . description = <<-DESC
99A new flutter plugin project.
Original file line number Diff line number Diff line change 33#
44Pod ::Spec . new do |s |
55 s . name = 'flutter_webrtc'
6- s . version = '0.15.1 '
6+ s . version = '1.0.0 '
77 s . summary = 'Flutter WebRTC plugin for macOS.'
88 s . description = <<-DESC
99A new flutter plugin project.
Original file line number Diff line number Diff line change 11name : flutter_webrtc
22description : Flutter WebRTC plugin for iOS/Android/Desktop/Web, based on GoogleWebRTC.
3- version : 0.14.2
3+ version : 1.0.0
44homepage : https://github.com/cloudwebrtc/flutter-webrtc
55environment :
66 sdk : " >=3.3.0 <4.0.0"
You can’t perform that action at this time.
0 commit comments