File tree Expand file tree Collapse file tree 4 files changed +35
-16
lines changed Expand file tree Collapse file tree 4 files changed +35
-16
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ packages:
94
94
path: ".."
95
95
relative: true
96
96
source: path
97
- version: "1.2.0+1 "
97
+ version: "1.2.0+4 "
98
98
js:
99
99
dependency: transitive
100
100
description:
Original file line number Diff line number Diff line change @@ -91,7 +91,26 @@ class MuteParams {
91
91
@JS ()
92
92
@anonymous
93
93
class UserParams {
94
- external factory UserParams ({success});
94
+ external factory UserParams ({Function (UserSuccessParams res) success, error});
95
+ }
96
+
97
+ @JS ()
98
+ @anonymous
99
+ class UserSuccessParams {
100
+ external UserSuccessResultParams result;
101
+ }
102
+
103
+ @JS ()
104
+ @anonymous
105
+ class UserSuccessResultParams {
106
+ external CurrentUserParams currentUser;
107
+ }
108
+
109
+ @JS ()
110
+ @anonymous
111
+ class CurrentUserParams {
112
+ external bool ? muted;
113
+ external String ? audio;
95
114
}
96
115
97
116
/// Basic Zoom SDK Web Functions helper
Original file line number Diff line number Diff line change @@ -37,10 +37,10 @@ packages:
37
37
dependency: transitive
38
38
description:
39
39
name: collection
40
- sha256: f092b211a4319e98e5ff58223576de6c2803db36221657b46c82574721240687
40
+ sha256: ee67cb0715911d28db6bf4af1026078bd6f0128b07a5f66fb2ed94ec6783c09a
41
41
url: "https://pub.dev"
42
42
source: hosted
43
- version: "1.17.2 "
43
+ version: "1.18.0 "
44
44
crypto:
45
45
dependency: "direct main"
46
46
description:
@@ -116,10 +116,10 @@ packages:
116
116
dependency: transitive
117
117
description:
118
118
name: meta
119
- sha256: "3c74dbf8763d36539f114c799d8a2d87343b5067e9d796ca22b5eb8437090ee3"
119
+ sha256: a6e590c838b18133bb482a2745ad77c5bb7715fb0451209e1a7567d416678b8e
120
120
url: "https://pub.dev"
121
121
source: hosted
122
- version: "1.9.1 "
122
+ version: "1.10.0 "
123
123
path:
124
124
dependency: transitive
125
125
description:
@@ -153,18 +153,18 @@ packages:
153
153
dependency: transitive
154
154
description:
155
155
name: stack_trace
156
- sha256: c3c7d8edb15bee7f0f74debd4b9c5f3c2ea86766fe4178eb2a18eb30a0bdaed5
156
+ sha256: "73713990125a6d93122541237550ee3352a2d84baad52d375a4cad2eb9b7ce0b"
157
157
url: "https://pub.dev"
158
158
source: hosted
159
- version: "1.11.0 "
159
+ version: "1.11.1 "
160
160
stream_channel:
161
161
dependency: transitive
162
162
description:
163
163
name: stream_channel
164
- sha256: "83615bee9045c1d322bbbd1ba209b7a749c2cbcdcb3fdd1df8eb488b3279c1c8"
164
+ sha256: ba2aa5d8cc609d96bbb2899c28934f9e1af5cddbd60a827822ea467161eb54e7
165
165
url: "https://pub.dev"
166
166
source: hosted
167
- version: "2.1.1 "
167
+ version: "2.1.2 "
168
168
string_scanner:
169
169
dependency: transitive
170
170
description:
@@ -185,10 +185,10 @@ packages:
185
185
dependency: transitive
186
186
description:
187
187
name: test_api
188
- sha256: "75760ffd7786fffdfb9597c35c5b27eaeec82be8edfb6d71d32651128ed7aab8 "
188
+ sha256: "5c2f730018264d276c20e4f1503fd1308dfbbae39ec8ee63c5236311ac06954b "
189
189
url: "https://pub.dev"
190
190
source: hosted
191
- version: "0.6.0 "
191
+ version: "0.6.1 "
192
192
typed_data:
193
193
dependency: transitive
194
194
description:
@@ -209,9 +209,9 @@ packages:
209
209
dependency: transitive
210
210
description:
211
211
name: web
212
- sha256: dc8ccd225a2005c1be616fe02951e2e342092edf968cf0844220383757ef8f10
212
+ sha256: afe077240a270dcfd2aafe77602b4113645af95d0ad31128cc02bce5ac5d5152
213
213
url: "https://pub.dev"
214
214
source: hosted
215
- version: "0.1.4-beta "
215
+ version: "0.3.0 "
216
216
sdks:
217
- dart: ">=3.1 .0-185 .0.dev <4.0.0"
217
+ dart: ">=3.2 .0-194 .0.dev <4.0.0"
Original file line number Diff line number Diff line change 1
1
name : flutter_zoom_sdk
2
2
description : Zoom SDK from ZOOM ported to flutter as plugin with all necessary features and with Null Safety which is implementation by EvilRATT
3
- version : 1.2.0+3
3
+ version : 1.2.0+4
4
4
homepage : https://github.com/evilrat/flutter_zoom_sdk
5
5
repository : https://github.com/evilrat/flutter_zoom_sdk
6
6
issue_tracker : https://github.com/evilrat/flutter_zoom_sdk/issues
You can’t perform that action at this time.
0 commit comments