Skip to content

Commit 8291ba3

Browse files
committed
Fix build issue on Livestreaming
1 parent 9619935 commit 8291ba3

File tree

5 files changed

+93
-63
lines changed

5 files changed

+93
-63
lines changed

livestreaming_tutorial/ios/Podfile.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ PODS:
8686
- shared_preferences_foundation (0.0.1):
8787
- Flutter
8888
- FlutterMacOS
89-
- sqflite (0.0.3):
89+
- sqflite_darwin (0.0.4):
9090
- Flutter
9191
- FlutterMacOS
9292
- stream_video_flutter (0.0.1):
@@ -115,7 +115,7 @@ DEPENDENCIES:
115115
- path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/darwin`)
116116
- permission_handler_apple (from `.symlinks/plugins/permission_handler_apple/ios`)
117117
- shared_preferences_foundation (from `.symlinks/plugins/shared_preferences_foundation/darwin`)
118-
- sqflite (from `.symlinks/plugins/sqflite/darwin`)
118+
- sqflite_darwin (from `.symlinks/plugins/sqflite_darwin/darwin`)
119119
- stream_video_flutter (from `.symlinks/plugins/stream_video_flutter/ios`)
120120
- stream_video_push_notification (from `.symlinks/plugins/stream_video_push_notification/ios`)
121121
- stream_webrtc_flutter (from `.symlinks/plugins/stream_webrtc_flutter/ios`)
@@ -158,8 +158,8 @@ EXTERNAL SOURCES:
158158
:path: ".symlinks/plugins/permission_handler_apple/ios"
159159
shared_preferences_foundation:
160160
:path: ".symlinks/plugins/shared_preferences_foundation/darwin"
161-
sqflite:
162-
:path: ".symlinks/plugins/sqflite/darwin"
161+
sqflite_darwin:
162+
:path: ".symlinks/plugins/sqflite_darwin/darwin"
163163
stream_video_flutter:
164164
:path: ".symlinks/plugins/stream_video_flutter/ios"
165165
stream_video_push_notification:
@@ -191,7 +191,7 @@ SPEC CHECKSUMS:
191191
permission_handler_apple: 9878588469a2b0d0fc1e048d9f43605f92e6cec2
192192
PromisesObjC: f5707f49cb48b9636751c5b2e7d227e43fba9f47
193193
shared_preferences_foundation: fcdcbc04712aee1108ac7fda236f363274528f78
194-
sqflite: 673a0e54cc04b7d6dba8d24fb8095b31c3a99eec
194+
sqflite_darwin: 5a7236e3b501866c1c9befc6771dfd73ffb8702d
195195
stream_video_flutter: 8151dae2f17aa7ee339c116f4b07456d44ab11c6
196196
stream_video_push_notification: 7c6235919cafed30d5a45f7b4801c6bb1596c9c4
197197
stream_webrtc_flutter: 3b8136cd3148ab2055c462fbbad600f9005ccae4

livestreaming_tutorial/lib/view_livestream_screen.dart

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class ViewLivestreamScreen extends StatefulWidget {
1111
class _ViewLivestreamScreenState extends State<ViewLivestreamScreen> {
1212
final callId = "REPLACE_WITH_CALL_ID";
1313

14-
late Call? _livestreamCall;
14+
Call? _livestreamCall;
1515

1616
@override
1717
void initState() {
@@ -33,7 +33,7 @@ class _ViewLivestreamScreenState extends State<ViewLivestreamScreen> {
3333

3434
@override
3535
Widget build(BuildContext context) {
36-
if(_livestreamCall == null) {
36+
if (_livestreamCall == null) {
3737
return const Material(
3838
child: Center(
3939
child: Text('Initialising...'),

livestreaming_tutorial/macos/Flutter/GeneratedPluginRegistrant.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import firebase_core
1212
import firebase_messaging
1313
import path_provider_foundation
1414
import shared_preferences_foundation
15-
import sqflite
15+
import sqflite_darwin
1616
import stream_webrtc_flutter
1717

1818
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {

livestreaming_tutorial/pubspec.lock

+76-52
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@ packages:
1313
dependency: transitive
1414
description:
1515
name: args
16-
sha256: "7cf60b9f0cc88203c5a190b4cd62a99feea42759a7fa695010eb5de1c0b2252a"
16+
sha256: bf9f5caeea8d8fe6721a9c358dd8a5c1947b27f1cfaa18b39c301273594919e6
1717
url: "https://pub.dev"
1818
source: hosted
19-
version: "2.5.0"
19+
version: "2.6.0"
2020
asn1lib:
2121
dependency: transitive
2222
description:
2323
name: asn1lib
24-
sha256: "58082b3f0dca697204dbab0ef9ff208bfaea7767ea771076af9a343488428dda"
24+
sha256: "4bae5ae63e6d6dd17c4aac8086f3dec26c0236f6a0f03416c6c19d830c367cf5"
2525
url: "https://pub.dev"
2626
source: hosted
27-
version: "1.5.3"
27+
version: "1.5.8"
2828
async:
2929
dependency: transitive
3030
description:
@@ -125,18 +125,18 @@ packages:
125125
dependency: transitive
126126
description:
127127
name: convert
128-
sha256: "0f08b14755d163f6e2134cb58222dd25ea2a2ee8a195e53983d57c075324d592"
128+
sha256: b30acd5944035672bc15c6b7a8b47d773e41e2f17de064350988c5d02adb1c68
129129
url: "https://pub.dev"
130130
source: hosted
131-
version: "3.1.1"
131+
version: "3.1.2"
132132
crypto:
133133
dependency: transitive
134134
description:
135135
name: crypto
136-
sha256: ff625774173754681d66daaf4a448684fb04b78f902da9cb3d308c19cc5e8bab
136+
sha256: "1e445881f28f22d6140f181e07737b22f1e099a5e1ff94b0af2f9e4a463f4855"
137137
url: "https://pub.dev"
138138
source: hosted
139-
version: "3.0.3"
139+
version: "3.0.6"
140140
crypto_keys:
141141
dependency: transitive
142142
description:
@@ -165,10 +165,10 @@ packages:
165165
dependency: transitive
166166
description:
167167
name: dbus
168-
sha256: "365c771ac3b0e58845f39ec6deebc76e3276aa9922b0cc60840712094d9047ac"
168+
sha256: "79e0c23480ff85dc68de79e2cd6334add97e48f7f4865d17686dd6ea81a47e8c"
169169
url: "https://pub.dev"
170170
source: hosted
171-
version: "0.7.10"
171+
version: "0.7.11"
172172
device_info_plus:
173173
dependency: transitive
174174
description:
@@ -189,10 +189,10 @@ packages:
189189
dependency: transitive
190190
description:
191191
name: equatable
192-
sha256: c2b87cb7756efdf69892005af546c56c0b5037f54d2a88269b4f347a505e3ca2
192+
sha256: "567c64b3cb4cf82397aac55f4f0cbd3ca20d77c6c03bedbc4ceaddc08904aef7"
193193
url: "https://pub.dev"
194194
source: hosted
195-
version: "2.0.5"
195+
version: "2.0.7"
196196
fake_async:
197197
dependency: transitive
198198
description:
@@ -205,18 +205,18 @@ packages:
205205
dependency: transitive
206206
description:
207207
name: ffi
208-
sha256: "493f37e7df1804778ff3a53bd691d8692ddf69702cf4c1c1096a2e41b4779e21"
208+
sha256: "16ed7b077ef01ad6170a3d0c57caa4a112a38d7a2ed5602e0aca9ca6f3d98da6"
209209
url: "https://pub.dev"
210210
source: hosted
211-
version: "2.1.2"
211+
version: "2.1.3"
212212
file:
213213
dependency: transitive
214214
description:
215215
name: file
216-
sha256: "5fc22d7c25582e38ad9a8515372cd9a93834027aacf1801cf01164dac0ffa08c"
216+
sha256: a3b4f84adafef897088c160faf7dfffb7696046cb13ae90b508c2cbc95d3b8d4
217217
url: "https://pub.dev"
218218
source: hosted
219-
version: "7.0.0"
219+
version: "7.0.1"
220220
firebase_core:
221221
dependency: transitive
222222
description:
@@ -269,10 +269,10 @@ packages:
269269
dependency: transitive
270270
description:
271271
name: fixnum
272-
sha256: "25517a4deb0c03aa0f32fd12db525856438902d9c16536311e76cdc57b31d7d1"
272+
sha256: b6dc7065e46c974bc7c5f143080a6764ec7a4be6da1285ececdc37be96de53be
273273
url: "https://pub.dev"
274274
source: hosted
275-
version: "1.1.0"
275+
version: "1.1.1"
276276
flutter:
277277
dependency: "direct main"
278278
description: flutter
@@ -332,10 +332,10 @@ packages:
332332
dependency: transitive
333333
description:
334334
name: http_parser
335-
sha256: "2aa08ce0341cc9b354a498388e30986515406668dbcc4f7c950c3e715496693b"
335+
sha256: "178d74305e7866013777bab2c3d8726205dc5a4dd935297175b19a23a2e66571"
336336
url: "https://pub.dev"
337337
source: hosted
338-
version: "4.0.2"
338+
version: "4.1.2"
339339
internet_connection_checker_plus:
340340
dependency: transitive
341341
description:
@@ -372,10 +372,10 @@ packages:
372372
dependency: transitive
373373
description:
374374
name: js
375-
sha256: f2c445dce49627136094980615a031419f7f3eb393237e4ecd97ac15dea343f3
375+
sha256: c1b2e9b5ea78c45e1a0788d29606ba27dc5f71f019f32ca5140f61ef071838cf
376376
url: "https://pub.dev"
377377
source: hosted
378-
version: "0.6.7"
378+
version: "0.7.1"
379379
json_annotation:
380380
dependency: transitive
381381
description:
@@ -420,10 +420,10 @@ packages:
420420
dependency: transitive
421421
description:
422422
name: logging
423-
sha256: "623a88c9594aa774443aa3eb2d41807a48486b5613e67599fb4c41c0ad47c340"
423+
sha256: c8245ada5f1717ed44271ed1c26b8ce85ca3228fd2ffdb75468ab01979309d61
424424
url: "https://pub.dev"
425425
source: hosted
426-
version: "1.2.0"
426+
version: "1.3.0"
427427
matcher:
428428
dependency: transitive
429429
description:
@@ -492,10 +492,10 @@ packages:
492492
dependency: transitive
493493
description:
494494
name: path_provider_foundation
495-
sha256: f234384a3fdd67f989b4d54a5d73ca2a6c422fa55ae694381ae0f4375cd1ea16
495+
sha256: "4843174df4d288f5e29185bd6e72a6fbdf5a4a4602717eed565497429f179942"
496496
url: "https://pub.dev"
497497
source: hosted
498-
version: "2.4.0"
498+
version: "2.4.1"
499499
path_provider_linux:
500500
dependency: transitive
501501
description:
@@ -516,10 +516,10 @@ packages:
516516
dependency: transitive
517517
description:
518518
name: path_provider_windows
519-
sha256: "8bc9f22eee8690981c22aa7fc602f5c85b497a6fb2ceb35ee5a5e5ed85ad8170"
519+
sha256: bd6f00dbd873bfb70d0761682da2b3a2c2fccc2b9e84c495821639601d81afe7
520520
url: "https://pub.dev"
521521
source: hosted
522-
version: "2.2.1"
522+
version: "2.3.0"
523523
permission_handler:
524524
dependency: transitive
525525
description:
@@ -580,18 +580,18 @@ packages:
580580
dependency: transitive
581581
description:
582582
name: platform
583-
sha256: "12220bb4b65720483f8fa9450b4332347737cf8213dd2840d8b2c823e47243ec"
583+
sha256: "5d6b1b0036a5f331ebc77c850ebc8506cbc1e9416c27e59b439f917a902a4984"
584584
url: "https://pub.dev"
585585
source: hosted
586-
version: "3.1.4"
586+
version: "3.1.6"
587587
platform_detect:
588588
dependency: transitive
589589
description:
590590
name: platform_detect
591-
sha256: "08f4ee79c0e1c4858d37e06b22352a3ebdef5466b613749a3adb03e703d4f5b0"
591+
sha256: a62f99417fc4fa2d099ce0ccdbb1bd3977920f2a64292c326271f049d4bc3a4f
592592
url: "https://pub.dev"
593593
source: hosted
594-
version: "2.0.11"
594+
version: "2.1.0"
595595
plugin_platform_interface:
596596
dependency: transitive
597597
description:
@@ -620,18 +620,18 @@ packages:
620620
dependency: transitive
621621
description:
622622
name: pub_semver
623-
sha256: "40d3ab1bbd474c4c2328c91e3a7df8c6dd629b79ece4c4bd04bee496a224fb0c"
623+
sha256: "7b3cfbf654f3edd0c6298ecd5be782ce997ddf0e00531b9464b55245185bbbbd"
624624
url: "https://pub.dev"
625625
source: hosted
626-
version: "2.1.4"
626+
version: "2.1.5"
627627
quiver:
628628
dependency: transitive
629629
description:
630630
name: quiver
631-
sha256: b1c1ac5ce6688d77f65f3375a9abb9319b3cb32486bdc7a1e0fdf004d7ba4e47
631+
sha256: ea0b925899e64ecdfbf9c7becb60d5b50e706ade44a85b2363be2a22d88117d2
632632
url: "https://pub.dev"
633633
source: hosted
634-
version: "3.2.1"
634+
version: "3.2.2"
635635
rate_limiter:
636636
dependency: transitive
637637
description:
@@ -737,18 +737,42 @@ packages:
737737
dependency: transitive
738738
description:
739739
name: sqflite
740-
sha256: a43e5a27235518c03ca238e7b4732cf35eabe863a369ceba6cbefa537a66f16d
740+
sha256: "2d7299468485dca85efeeadf5d38986909c5eb0cd71fd3db2c2f000e6c9454bb"
741741
url: "https://pub.dev"
742742
source: hosted
743-
version: "2.3.3+1"
743+
version: "2.4.1"
744+
sqflite_android:
745+
dependency: transitive
746+
description:
747+
name: sqflite_android
748+
sha256: "78f489aab276260cdd26676d2169446c7ecd3484bbd5fead4ca14f3ed4dd9ee3"
749+
url: "https://pub.dev"
750+
source: hosted
751+
version: "2.4.0"
744752
sqflite_common:
745753
dependency: transitive
746754
description:
747755
name: sqflite_common
748-
sha256: "3da423ce7baf868be70e2c0976c28a1bb2f73644268b7ffa7d2e08eab71f16a4"
756+
sha256: "761b9740ecbd4d3e66b8916d784e581861fd3c3553eda85e167bc49fdb68f709"
749757
url: "https://pub.dev"
750758
source: hosted
751-
version: "2.5.4"
759+
version: "2.5.4+6"
760+
sqflite_darwin:
761+
dependency: transitive
762+
description:
763+
name: sqflite_darwin
764+
sha256: "22adfd9a2c7d634041e96d6241e6e1c8138ca6817018afc5d443fef91dcefa9c"
765+
url: "https://pub.dev"
766+
source: hosted
767+
version: "2.4.1+1"
768+
sqflite_platform_interface:
769+
dependency: transitive
770+
description:
771+
name: sqflite_platform_interface
772+
sha256: "8dd4515c7bdcae0a785b0062859336de775e8c65db81ae33dd5445f35be61920"
773+
url: "https://pub.dev"
774+
source: hosted
775+
version: "2.4.0"
752776
stack_trace:
753777
dependency: transitive
754778
description:
@@ -817,10 +841,10 @@ packages:
817841
dependency: transitive
818842
description:
819843
name: synchronized
820-
sha256: "539ef412b170d65ecdafd780f924e5be3f60032a1128df156adad6c5b373d558"
844+
sha256: "69fe30f3a8b04a0be0c15ae6490fc859a78ef4c43ae2dd5e8a623d45bfcf9225"
821845
url: "https://pub.dev"
822846
source: hosted
823-
version: "3.1.0+1"
847+
version: "3.3.0+3"
824848
system_info2:
825849
dependency: transitive
826850
description:
@@ -865,10 +889,10 @@ packages:
865889
dependency: transitive
866890
description:
867891
name: typed_data
868-
sha256: facc8d6582f16042dd49f2463ff1bd6e2c9ef9f3d5da3d9b087e244a7b564b3c
892+
sha256: f9049c039ebfeb4cf7a7104a675823cd72dba8297f264b6637062516699fa006
869893
url: "https://pub.dev"
870894
source: hosted
871-
version: "1.3.2"
895+
version: "1.4.0"
872896
upower:
873897
dependency: transitive
874898
description:
@@ -945,34 +969,34 @@ packages:
945969
dependency: transitive
946970
description:
947971
name: win32
948-
sha256: "0eaf06e3446824099858367950a813472af675116bf63f008a4c2a75ae13e9cb"
972+
sha256: "154360849a56b7b67331c21f09a386562d88903f90a1099c5987afc1912e1f29"
949973
url: "https://pub.dev"
950974
source: hosted
951-
version: "5.5.0"
975+
version: "5.10.0"
952976
win32_registry:
953977
dependency: transitive
954978
description:
955979
name: win32_registry
956-
sha256: "10589e0d7f4e053f2c61023a31c9ce01146656a70b7b7f0828c0b46d7da2a9bb"
980+
sha256: "21ec76dfc731550fd3e2ce7a33a9ea90b828fdf19a5c3bcf556fa992cfa99852"
957981
url: "https://pub.dev"
958982
source: hosted
959-
version: "1.1.3"
983+
version: "1.1.5"
960984
x509:
961985
dependency: transitive
962986
description:
963987
name: x509
964-
sha256: "3262dc9a7d45b0876f886c01bfc7d5e765704f7dfd31f8cf5224fc875c17a6c6"
988+
sha256: cbd1a63846884afd273cda247b0365284c8d85a365ca98e110413f93d105b935
965989
url: "https://pub.dev"
966990
source: hosted
967-
version: "0.2.4+2"
991+
version: "0.2.4+3"
968992
xdg_directories:
969993
dependency: transitive
970994
description:
971995
name: xdg_directories
972-
sha256: faea9dee56b520b55a566385b84f2e8de55e7496104adada9962e0bd11bcff1d
996+
sha256: "7a3f37b05d989967cdddcbb571f1ea834867ae2faa29725fd085180e0883aa15"
973997
url: "https://pub.dev"
974998
source: hosted
975-
version: "1.0.4"
999+
version: "1.1.0"
9761000
xml:
9771001
dependency: transitive
9781002
description:

0 commit comments

Comments
 (0)