Skip to content

Commit 392e04d

Browse files
upgrade deps
1 parent 7430449 commit 392e04d

File tree

5 files changed

+25
-23
lines changed

5 files changed

+25
-23
lines changed

.flutter-plugins-dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"flutter_webrtc","path":"/Users/utopia/.pub-cache/hosted/pub.dev/flutter_webrtc-0.14.1/","native_build":true,"dependencies":[],"dev_dependency":false},{"name":"path_provider_foundation","path":"/Users/utopia/.pub-cache/hosted/pub.dev/path_provider_foundation-2.4.1/","shared_darwin_source":true,"native_build":true,"dependencies":[],"dev_dependency":false}],"android":[{"name":"flutter_webrtc","path":"/Users/utopia/.pub-cache/hosted/pub.dev/flutter_webrtc-0.14.1/","native_build":true,"dependencies":[],"dev_dependency":false},{"name":"path_provider_android","path":"/Users/utopia/.pub-cache/hosted/pub.dev/path_provider_android-2.2.17/","native_build":true,"dependencies":[],"dev_dependency":false}],"macos":[{"name":"flutter_webrtc","path":"/Users/utopia/.pub-cache/hosted/pub.dev/flutter_webrtc-0.14.1/","native_build":true,"dependencies":[],"dev_dependency":false},{"name":"path_provider_foundation","path":"/Users/utopia/.pub-cache/hosted/pub.dev/path_provider_foundation-2.4.1/","shared_darwin_source":true,"native_build":true,"dependencies":[],"dev_dependency":false}],"linux":[{"name":"flutter_webrtc","path":"/Users/utopia/.pub-cache/hosted/pub.dev/flutter_webrtc-0.14.1/","native_build":true,"dependencies":[],"dev_dependency":false},{"name":"path_provider_linux","path":"/Users/utopia/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1/","native_build":false,"dependencies":[],"dev_dependency":false}],"windows":[{"name":"flutter_webrtc","path":"/Users/utopia/.pub-cache/hosted/pub.dev/flutter_webrtc-0.14.1/","native_build":true,"dependencies":[],"dev_dependency":false},{"name":"path_provider_windows","path":"/Users/utopia/.pub-cache/hosted/pub.dev/path_provider_windows-2.3.0/","native_build":false,"dependencies":[],"dev_dependency":false}],"web":[]},"dependencyGraph":[{"name":"flutter_webrtc","dependencies":["path_provider"]},{"name":"path_provider","dependencies":["path_provider_android","path_provider_foundation","path_provider_linux","path_provider_windows"]},{"name":"path_provider_android","dependencies":[]},{"name":"path_provider_foundation","dependencies":[]},{"name":"path_provider_linux","dependencies":[]},{"name":"path_provider_windows","dependencies":[]}],"date_created":"2025-06-18 03:52:59.150322","version":"3.32.4","swift_package_manager_enabled":{"ios":false,"macos":false}}
1+
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"flutter_webrtc","path":"/Users/utopia/.pub-cache/hosted/pub.dev/flutter_webrtc-1.0.0/","native_build":true,"dependencies":[],"dev_dependency":false},{"name":"path_provider_foundation","path":"/Users/utopia/.pub-cache/hosted/pub.dev/path_provider_foundation-2.4.1/","shared_darwin_source":true,"native_build":true,"dependencies":[],"dev_dependency":false}],"android":[{"name":"flutter_webrtc","path":"/Users/utopia/.pub-cache/hosted/pub.dev/flutter_webrtc-1.0.0/","native_build":true,"dependencies":[],"dev_dependency":false},{"name":"path_provider_android","path":"/Users/utopia/.pub-cache/hosted/pub.dev/path_provider_android-2.2.17/","native_build":true,"dependencies":[],"dev_dependency":false}],"macos":[{"name":"flutter_webrtc","path":"/Users/utopia/.pub-cache/hosted/pub.dev/flutter_webrtc-1.0.0/","native_build":true,"dependencies":[],"dev_dependency":false},{"name":"path_provider_foundation","path":"/Users/utopia/.pub-cache/hosted/pub.dev/path_provider_foundation-2.4.1/","shared_darwin_source":true,"native_build":true,"dependencies":[],"dev_dependency":false}],"linux":[{"name":"flutter_webrtc","path":"/Users/utopia/.pub-cache/hosted/pub.dev/flutter_webrtc-1.0.0/","native_build":true,"dependencies":[],"dev_dependency":false},{"name":"path_provider_linux","path":"/Users/utopia/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1/","native_build":false,"dependencies":[],"dev_dependency":false}],"windows":[{"name":"flutter_webrtc","path":"/Users/utopia/.pub-cache/hosted/pub.dev/flutter_webrtc-1.0.0/","native_build":true,"dependencies":[],"dev_dependency":false},{"name":"path_provider_windows","path":"/Users/utopia/.pub-cache/hosted/pub.dev/path_provider_windows-2.3.0/","native_build":false,"dependencies":[],"dev_dependency":false}],"web":[]},"dependencyGraph":[{"name":"flutter_webrtc","dependencies":["path_provider"]},{"name":"path_provider","dependencies":["path_provider_android","path_provider_foundation","path_provider_linux","path_provider_windows"]},{"name":"path_provider_android","dependencies":[]},{"name":"path_provider_foundation","dependencies":[]},{"name":"path_provider_linux","dependencies":[]},{"name":"path_provider_windows","dependencies":[]}],"date_created":"2025-08-04 17:43:28.695500","version":"3.32.8","swift_package_manager_enabled":{"ios":false,"macos":false}}

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 2.3.12
2+
- upgrade flutter_webrtc to version: 1.0.0
13
## 2.3.11
24
- feature: media constraints changes
35
## 2.3.10

example/pubspec.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ packages:
6161
dependency: transitive
6262
description:
6363
name: dart_webrtc
64-
sha256: "5b76fd85ac95d6f5dee3e7d7de8d4b51bfbec1dc73804647c6aebb52d6297116"
64+
sha256: a2ae542cdadc21359022adedc26138fa3487cc3b3547c24ff4f556681869e28c
6565
url: "https://pub.dev"
6666
source: hosted
67-
version: "1.5.3+hotfix.2"
67+
version: "1.5.3+hotfix.4"
6868
fake_async:
6969
dependency: transitive
7070
description:
@@ -124,10 +124,10 @@ packages:
124124
dependency: transitive
125125
description:
126126
name: flutter_webrtc
127-
sha256: dd47ca103b5b6217771e6277882674276d9621bbf9eb23da3c03898b507844e3
127+
sha256: "69095ba39b83da3de48286dfc0769aa8e9f10491f70058dc8d8ecc960ef7a260"
128128
url: "https://pub.dev"
129129
source: hosted
130-
version: "0.14.1"
130+
version: "1.0.0"
131131
http:
132132
dependency: transitive
133133
description:
@@ -331,10 +331,10 @@ packages:
331331
dependency: "direct main"
332332
description:
333333
name: prompt_dialog
334-
sha256: d5ad4d8298ca172cf56d20debb504f1247e0d2954d9025ad2727346fbee956a5
334+
sha256: e7fabed675565d7d845dfb51d0d5de2b40a3a241ff32c7cc617ee46cb3d0a57b
335335
url: "https://pub.dev"
336336
source: hosted
337-
version: "1.0.17"
337+
version: "1.0.18"
338338
shared_preferences:
339339
dependency: transitive
340340
description:
@@ -448,10 +448,10 @@ packages:
448448
dependency: transitive
449449
description:
450450
name: synchronized
451-
sha256: "0669c70faae6270521ee4f05bffd2919892d42d1276e6c495be80174b6bc0ef6"
451+
sha256: c254ade258ec8282947a0acbbc90b9575b4f19673533ee46f2f6e9b3aeefd7c0
452452
url: "https://pub.dev"
453453
source: hosted
454-
version: "3.3.1"
454+
version: "3.4.0"
455455
term_glyph:
456456
dependency: transitive
457457
description:
@@ -541,5 +541,5 @@ packages:
541541
source: hosted
542542
version: "1.1.0"
543543
sdks:
544-
dart: ">=3.7.0 <4.0.0"
544+
dart: ">=3.8.0 <4.0.0"
545545
flutter: ">=3.27.0"

pubspec.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ packages:
55
dependency: transitive
66
description:
77
name: _fe_analyzer_shared
8-
sha256: e55636ed79578b9abca5fecf9437947798f5ef7456308b5cb85720b793eac92f
8+
sha256: da0d9209ca76bde579f2da330aeb9df62b6319c834fa7baae052021b0462401f
99
url: "https://pub.dev"
1010
source: hosted
11-
version: "82.0.0"
11+
version: "85.0.0"
1212
analyzer:
1313
dependency: transitive
1414
description:
1515
name: analyzer
16-
sha256: "904ae5bb474d32c38fb9482e2d925d5454cda04ddd0e55d2e6826bc72f6ba8c0"
16+
sha256: "974859dc0ff5f37bc4313244b3218c791810d03ab3470a579580279ba971a48d"
1717
url: "https://pub.dev"
1818
source: hosted
19-
version: "7.4.5"
19+
version: "7.7.1"
2020
args:
2121
dependency: transitive
2222
description:
@@ -93,10 +93,10 @@ packages:
9393
dependency: transitive
9494
description:
9595
name: dart_webrtc
96-
sha256: "5b76fd85ac95d6f5dee3e7d7de8d4b51bfbec1dc73804647c6aebb52d6297116"
96+
sha256: a2ae542cdadc21359022adedc26138fa3487cc3b3547c24ff4f556681869e28c
9797
url: "https://pub.dev"
9898
source: hosted
99-
version: "1.5.3+hotfix.2"
99+
version: "1.5.3+hotfix.4"
100100
dartdoc:
101101
dependency: "direct dev"
102102
description:
@@ -156,10 +156,10 @@ packages:
156156
dependency: "direct main"
157157
description:
158158
name: flutter_webrtc
159-
sha256: dd47ca103b5b6217771e6277882674276d9621bbf9eb23da3c03898b507844e3
159+
sha256: "69095ba39b83da3de48286dfc0769aa8e9f10491f70058dc8d8ecc960ef7a260"
160160
url: "https://pub.dev"
161161
source: hosted
162-
version: "0.14.1"
162+
version: "1.0.0"
163163
glob:
164164
dependency: transitive
165165
description:
@@ -401,10 +401,10 @@ packages:
401401
dependency: transitive
402402
description:
403403
name: synchronized
404-
sha256: "0669c70faae6270521ee4f05bffd2919892d42d1276e6c495be80174b6bc0ef6"
404+
sha256: c254ade258ec8282947a0acbbc90b9575b4f19673533ee46f2f6e9b3aeefd7c0
405405
url: "https://pub.dev"
406406
source: hosted
407-
version: "3.3.1"
407+
version: "3.4.0"
408408
term_glyph:
409409
dependency: transitive
410410
description:
@@ -510,5 +510,5 @@ packages:
510510
source: hosted
511511
version: "3.1.3"
512512
sdks:
513-
dart: ">=3.7.0 <4.0.0"
513+
dart: ">=3.8.0 <4.0.0"
514514
flutter: ">=3.27.0"

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: janus_client
22
description: A feature rich Janus Webrtc package
3-
version: 2.3.11
3+
version: 2.3.12
44
homepage: https://github.com/shivanshtalwar0/flutter_janus_client
55

66
environment:
@@ -17,7 +17,7 @@ dependencies:
1717
sdk: flutter
1818
flutter:
1919
sdk: flutter
20-
flutter_webrtc: ^0.14.1 # Updated to latest compatible version
20+
flutter_webrtc: ^1.0.0 # Updated to latest compatible version
2121
path_provider: ^2.1.5
2222
http: ^1.4.0
2323
web_socket_channel: ^3.0.3

0 commit comments

Comments
 (0)