release: 0.14.0.

This commit is contained in:
cloudwebrtc
2025-05-06 12:27:20 +08:00
parent 3933d054d8
commit dfead5d869
4 changed files with 5 additions and 8 deletions

View File

@ -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

View File

@ -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.

View File

@ -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.

View File

@ -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"