File tree Expand file tree Collapse file tree 9 files changed +25
-11
lines changed Expand file tree Collapse file tree 9 files changed +25
-11
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,20 @@ All user visible changes to this project will be documented in this file. This p
66
77
88
9+ ## [ 0.11.0] · 2024-08-26
10+ [ 0.11.0 ] : https://github.com/instrumentisto/medea-flutter-webrtc/tree/0.11.0
11+
12+ [ Diff] ( https://github.com/instrumentisto/medea-flutter-webrtc/compare/0.10.0...0.11.0 )
13+
14+ ### Changed
15+
16+ - Upgraded ` flutter_rust_bridge ` to 2.2.0 version. ([ #167 ] )
17+
18+ [ #167 ] : https://github.com/instrumentisto/medea-flutter-webrtc/pull/167
19+
20+
21+
22+
923## [ 0.10.0] · 2024-08-01
1024[ 0.10.0 ] : https://github.com/instrumentisto/medea-flutter-webrtc/tree/0.10.0
1125
Original file line number Diff line number Diff line change 11group ' com.instrumentisto.medea_flutter_webrtc'
2- version ' 0.10 .0'
2+ version ' 0.11 .0'
33
44buildscript {
55 ext. kotlin_version = ' 1.9.0'
Original file line number Diff line number Diff line change 33 - instrumentisto-libwebrtc-bin (127.0.6533.72)
44 - integration_test (0.0.1):
55 - Flutter
6- - medea_flutter_webrtc (0.10 .0):
6+ - medea_flutter_webrtc (0.11 .0):
77 - Flutter
88 - instrumentisto-libwebrtc-bin (= 127.0.6533.72)
99
Original file line number Diff line number Diff line change 11PODS:
22 - FlutterMacOS (1.0.0)
3- - medea_flutter_webrtc (0.10 .0):
3+ - medea_flutter_webrtc (0.11 .0):
44 - FlutterMacOS
55
66DEPENDENCIES:
@@ -15,7 +15,7 @@ EXTERNAL SOURCES:
1515
1616SPEC CHECKSUMS:
1717 FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
18- medea_flutter_webrtc: 08f036f87205586e697455da2e2ee778eb6271ef
18+ medea_flutter_webrtc: d2feb7c8e2ca9a165ad8a00db8ec9867c90b174c
1919
2020PODFILE CHECKSUM: 353c8bcc5d5b0994e508d035b5431cfe18c1dea7
2121
Original file line number Diff line number Diff line change 11import Cocoa
22import FlutterMacOS
33
4- @NSApplicationMain
4+ @main
55class AppDelegate : FlutterAppDelegate {
66 override func applicationShouldTerminateAfterLastWindowClosed( _ sender: NSApplication ) -> Bool {
77 return true
Original file line number Diff line number Diff line change @@ -170,10 +170,10 @@ packages:
170170 dependency: transitive
171171 description:
172172 name: crypto
173- sha256: ff625774173754681d66daaf4a448684fb04b78f902da9cb3d308c19cc5e8bab
173+ sha256: ec30d999af904f33454ba22ed9a86162b35e52b44ac4807d1d93c288041d7d27
174174 url: "https://pub.dev"
175175 source: hosted
176- version: "3.0.3 "
176+ version: "3.0.5 "
177177 cupertino_icons:
178178 dependency: "direct main"
179179 description:
@@ -405,7 +405,7 @@ packages:
405405 path: ".."
406406 relative: true
407407 source: path
408- version: "0.10 .0"
408+ version: "0.11 .0"
409409 meta:
410410 dependency: transitive
411411 description:
Original file line number Diff line number Diff line change 44#
55Pod ::Spec . new do |s |
66 s . name = 'medea_flutter_webrtc'
7- s . version = '0.10 .0'
7+ s . version = '0.11 .0'
88 s . summary = 'Flutter WebRTC plugin based on Google WebRTC'
99 s . description = <<-DESC
1010Flutter WebRTC plugin based on Google WebRTC.
Original file line number Diff line number Diff line change 44#
55Pod ::Spec . new do |s |
66 s . name = 'medea_flutter_webrtc'
7- s . version = '0.10 .0'
7+ s . version = '0.11 .0'
88 s . summary = 'Flutter WebRTC plugin based on Google WebRTC'
99 s . description = <<-DESC
1010Flutter WebRTC plugin based on Google WebRTC.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: medea_flutter_webrtc
22description : >
33 Flutter WebRTC plugin for Android/iOS/macOS/Linux/Windows/Web, based on
44 GoogleWebRTC, designed for and used in Medea Jason WebRTC client.
5- version : 0.10 .0
5+ version : 0.11 .0
66homepage : https://github.com/instrumentisto/medea-flutter-webrtc
77
88environment :
You can’t perform that action at this time.
0 commit comments