mirror of
https://github.com/flutter-webrtc/flutter-webrtc
synced 2025-07-07 21:55:37 +00:00
release: 0.14.0.
This commit is contained in:
@ -1,15 +1,12 @@
|
||||
|
||||
# Changelog
|
||||
|
||||
[0.13.2+hotfix.1] - 2025-04-30
|
||||
|
||||
* [macOS] fix: Fixed compilation errors introduced by Media Recorder implementation.
|
||||
|
||||
[0.13.2] - 2025-04-29
|
||||
[0.14.0] - 2025-05-06
|
||||
|
||||
* [iOS/Android]feat: Media Recorder implementation Android and iOS (#1810)
|
||||
* [Wndows] fix: Pickup registrar for plugin by plugin registrar manager (#1752)
|
||||
* [Linux] fix: add task runner for linux. (#1821)
|
||||
* [iOS/macOS] fix: Fix deadlock when creating a frame cryptor on iOS/macOS.
|
||||
|
||||
[0.13.1+hotfix.1] - 2025-04-07
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
#
|
||||
Pod::Spec.new do |s|
|
||||
s.name = 'flutter_webrtc'
|
||||
s.version = '0.12.6'
|
||||
s.version = '0.14.0'
|
||||
s.summary = 'Flutter WebRTC plugin for iOS.'
|
||||
s.description = <<-DESC
|
||||
A new flutter plugin project.
|
||||
|
@ -3,7 +3,7 @@
|
||||
#
|
||||
Pod::Spec.new do |s|
|
||||
s.name = 'flutter_webrtc'
|
||||
s.version = '0.12.6'
|
||||
s.version = '0.14.0'
|
||||
s.summary = 'Flutter WebRTC plugin for macOS.'
|
||||
s.description = <<-DESC
|
||||
A new flutter plugin project.
|
||||
|
@ -1,6 +1,6 @@
|
||||
name: flutter_webrtc
|
||||
description: Flutter WebRTC plugin for iOS/Android/Destkop/Web, based on GoogleWebRTC.
|
||||
version: 0.13.2+hotfix.1
|
||||
version: 0.14.0
|
||||
homepage: https://github.com/cloudwebrtc/flutter-webrtc
|
||||
environment:
|
||||
sdk: ">=3.3.0 <4.0.0"
|
||||
|
Reference in New Issue
Block a user