Skip to content

Commit d559c04

Browse files
committed
conf: bump dependencies
Signed-off-by: Aman <[email protected]>
1 parent 59c228e commit d559c04

File tree

3 files changed

+58
-49
lines changed

3 files changed

+58
-49
lines changed

lib/presentation/search/widgets/searched_result.dart

+11-9
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,17 @@ class SearchedResult extends StatelessWidget {
4545
.read<HomeBloc>()
4646
.add(const BottomNavItemPressed(index: 3));
4747
},
48-
leading: SizedBox(
49-
width: 35.r,
50-
child: CachedNetworkImage(
51-
cacheKey: result.id,
52-
imageUrl: (result.picture ?? '').isEmpty
53-
? UserUtil.picture
54-
: result.picture!,
55-
errorWidget: (context, url, error) =>
56-
const CircularProgressIndicator(),
48+
leading: ClipOval(
49+
child: SizedBox(
50+
width: 35.r,
51+
child: CachedNetworkImage(
52+
cacheKey: result.id,
53+
imageUrl: (result.picture ?? '').isEmpty
54+
? UserUtil.picture
55+
: result.picture!,
56+
errorWidget: (context, url, error) =>
57+
const CircularProgressIndicator(),
58+
),
5759
),
5860
),
5961
title: Text(

pubspec.lock

+46-39
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ packages:
1414
name: _flutterfire_internals
1515
url: "https://pub.dartlang.org"
1616
source: hosted
17-
version: "1.0.5"
17+
version: "1.0.9"
1818
analyzer:
1919
dependency: transitive
2020
description:
@@ -28,7 +28,7 @@ packages:
2828
name: archive
2929
url: "https://pub.dartlang.org"
3030
source: hosted
31-
version: "3.3.2"
31+
version: "3.3.4"
3232
args:
3333
dependency: transitive
3434
description:
@@ -105,7 +105,7 @@ packages:
105105
name: build_runner_core
106106
url: "https://pub.dartlang.org"
107107
source: hosted
108-
version: "7.2.6"
108+
version: "7.2.7"
109109
built_collection:
110110
dependency: transitive
111111
description:
@@ -119,7 +119,7 @@ packages:
119119
name: built_value
120120
url: "https://pub.dartlang.org"
121121
source: hosted
122-
version: "8.4.1"
122+
version: "8.4.2"
123123
cached_network_image:
124124
dependency: "direct main"
125125
description:
@@ -196,14 +196,14 @@ packages:
196196
name: cloud_firestore_platform_interface
197197
url: "https://pub.dartlang.org"
198198
source: hosted
199-
version: "5.8.2"
199+
version: "5.9.0"
200200
cloud_firestore_web:
201201
dependency: transitive
202202
description:
203203
name: cloud_firestore_web
204204
url: "https://pub.dartlang.org"
205205
source: hosted
206-
version: "3.0.2"
206+
version: "3.1.0"
207207
code_builder:
208208
dependency: transitive
209209
description:
@@ -322,77 +322,77 @@ packages:
322322
name: firebase_core
323323
url: "https://pub.dartlang.org"
324324
source: hosted
325-
version: "2.1.0"
325+
version: "2.3.0"
326326
firebase_core_platform_interface:
327327
dependency: transitive
328328
description:
329329
name: firebase_core_platform_interface
330330
url: "https://pub.dartlang.org"
331331
source: hosted
332-
version: "4.5.1"
332+
version: "4.5.2"
333333
firebase_core_web:
334334
dependency: transitive
335335
description:
336336
name: firebase_core_web
337337
url: "https://pub.dartlang.org"
338338
source: hosted
339-
version: "2.0.0"
339+
version: "2.0.1"
340340
firebase_crashlytics:
341341
dependency: "direct main"
342342
description:
343343
name: firebase_crashlytics
344344
url: "https://pub.dartlang.org"
345345
source: hosted
346-
version: "3.0.2"
346+
version: "3.0.6"
347347
firebase_crashlytics_platform_interface:
348348
dependency: transitive
349349
description:
350350
name: firebase_crashlytics_platform_interface
351351
url: "https://pub.dartlang.org"
352352
source: hosted
353-
version: "3.3.3"
353+
version: "3.3.7"
354354
firebase_messaging:
355355
dependency: "direct main"
356356
description:
357357
name: firebase_messaging
358358
url: "https://pub.dartlang.org"
359359
source: hosted
360-
version: "14.0.2"
360+
version: "14.1.1"
361361
firebase_messaging_platform_interface:
362362
dependency: transitive
363363
description:
364364
name: firebase_messaging_platform_interface
365365
url: "https://pub.dartlang.org"
366366
source: hosted
367-
version: "4.2.3"
367+
version: "4.2.7"
368368
firebase_messaging_web:
369369
dependency: transitive
370370
description:
371371
name: firebase_messaging_web
372372
url: "https://pub.dartlang.org"
373373
source: hosted
374-
version: "3.2.3"
374+
version: "3.2.7"
375375
firebase_remote_config:
376376
dependency: "direct main"
377377
description:
378378
name: firebase_remote_config
379379
url: "https://pub.dartlang.org"
380380
source: hosted
381-
version: "3.0.2"
381+
version: "3.0.6"
382382
firebase_remote_config_platform_interface:
383383
dependency: transitive
384384
description:
385385
name: firebase_remote_config_platform_interface
386386
url: "https://pub.dartlang.org"
387387
source: hosted
388-
version: "1.1.22"
388+
version: "1.1.26"
389389
firebase_remote_config_web:
390390
dependency: transitive
391391
description:
392392
name: firebase_remote_config_web
393393
url: "https://pub.dartlang.org"
394394
source: hosted
395-
version: "1.1.11"
395+
version: "1.1.15"
396396
fixnum:
397397
dependency: transitive
398398
description:
@@ -488,7 +488,7 @@ packages:
488488
name: flutter_local_notifications
489489
url: "https://pub.dartlang.org"
490490
source: hosted
491-
version: "12.0.2"
491+
version: "12.0.3+1"
492492
flutter_local_notifications_linux:
493493
dependency: transitive
494494
description:
@@ -509,7 +509,7 @@ packages:
509509
name: flutter_native_splash
510510
url: "https://pub.dartlang.org"
511511
source: hosted
512-
version: "2.2.11"
512+
version: "2.2.14"
513513
flutter_native_timezone:
514514
dependency: "direct main"
515515
description:
@@ -530,14 +530,14 @@ packages:
530530
name: flutter_screenutil
531531
url: "https://pub.dartlang.org"
532532
source: hosted
533-
version: "5.5.4"
533+
version: "5.6.0"
534534
flutter_svg:
535535
dependency: "direct main"
536536
description:
537537
name: flutter_svg
538538
url: "https://pub.dartlang.org"
539539
source: hosted
540-
version: "1.1.5"
540+
version: "1.1.6"
541541
flutter_svg_provider:
542542
dependency: "direct main"
543543
description:
@@ -603,7 +603,7 @@ packages:
603603
name: glob
604604
url: "https://pub.dartlang.org"
605605
source: hosted
606-
version: "2.1.0"
606+
version: "2.1.1"
607607
graphs:
608608
dependency: transitive
609609
description:
@@ -673,21 +673,21 @@ packages:
673673
name: image_cropper
674674
url: "https://pub.dartlang.org"
675675
source: hosted
676-
version: "3.0.0"
676+
version: "3.0.1"
677677
image_cropper_for_web:
678678
dependency: transitive
679679
description:
680680
name: image_cropper_for_web
681681
url: "https://pub.dartlang.org"
682682
source: hosted
683-
version: "1.0.2"
683+
version: "1.0.3"
684684
image_cropper_platform_interface:
685685
dependency: transitive
686686
description:
687687
name: image_cropper_platform_interface
688688
url: "https://pub.dartlang.org"
689689
source: hosted
690-
version: "3.0.2"
690+
version: "3.0.3"
691691
image_picker:
692692
dependency: "direct main"
693693
description:
@@ -757,7 +757,7 @@ packages:
757757
name: json_serializable
758758
url: "https://pub.dartlang.org"
759759
source: hosted
760-
version: "6.5.3"
760+
version: "6.5.4"
761761
lints:
762762
dependency: transitive
763763
description:
@@ -841,7 +841,7 @@ packages:
841841
name: package_info_plus
842842
url: "https://pub.dartlang.org"
843843
source: hosted
844-
version: "3.0.1"
844+
version: "3.0.2"
845845
package_info_plus_platform_interface:
846846
dependency: transitive
847847
description:
@@ -883,7 +883,7 @@ packages:
883883
name: path_provider_android
884884
url: "https://pub.dartlang.org"
885885
source: hosted
886-
version: "2.0.20"
886+
version: "2.0.21"
887887
path_provider_ios:
888888
dependency: transitive
889889
description:
@@ -932,7 +932,7 @@ packages:
932932
name: petitparser
933933
url: "https://pub.dartlang.org"
934934
source: hosted
935-
version: "5.0.0"
935+
version: "5.1.0"
936936
platform:
937937
dependency: transitive
938938
description:
@@ -947,6 +947,13 @@ packages:
947947
url: "https://pub.dartlang.org"
948948
source: hosted
949949
version: "2.1.3"
950+
pointycastle:
951+
dependency: transitive
952+
description:
953+
name: pointycastle
954+
url: "https://pub.dartlang.org"
955+
source: hosted
956+
version: "3.6.2"
950957
pool:
951958
dependency: transitive
952959
description:
@@ -974,7 +981,7 @@ packages:
974981
name: pub_semver
975982
url: "https://pub.dartlang.org"
976983
source: hosted
977-
version: "2.1.2"
984+
version: "2.1.3"
978985
pubspec_parse:
979986
dependency: transitive
980987
description:
@@ -988,21 +995,21 @@ packages:
988995
name: rxdart
989996
url: "https://pub.dartlang.org"
990997
source: hosted
991-
version: "0.27.5"
998+
version: "0.27.7"
992999
sentry:
9931000
dependency: transitive
9941001
description:
9951002
name: sentry
9961003
url: "https://pub.dartlang.org"
9971004
source: hosted
998-
version: "6.13.1"
1005+
version: "6.16.0"
9991006
sentry_flutter:
10001007
dependency: "direct main"
10011008
description:
10021009
name: sentry_flutter
10031010
url: "https://pub.dartlang.org"
10041011
source: hosted
1005-
version: "6.13.1"
1012+
version: "6.16.0"
10061013
shelf:
10071014
dependency: transitive
10081015
description:
@@ -1030,7 +1037,7 @@ packages:
10301037
name: shelf_web_socket
10311038
url: "https://pub.dartlang.org"
10321039
source: hosted
1033-
version: "1.0.2"
1040+
version: "1.0.3"
10341041
sky_engine:
10351042
dependency: transitive
10361043
description: flutter
@@ -1077,14 +1084,14 @@ packages:
10771084
name: sqflite
10781085
url: "https://pub.dartlang.org"
10791086
source: hosted
1080-
version: "2.1.0+1"
1087+
version: "2.2.0+3"
10811088
sqflite_common:
10821089
dependency: transitive
10831090
description:
10841091
name: sqflite_common
10851092
url: "https://pub.dartlang.org"
10861093
source: hosted
1087-
version: "2.3.0"
1094+
version: "2.4.0+2"
10881095
stack_trace:
10891096
dependency: transitive
10901097
description:
@@ -1105,7 +1112,7 @@ packages:
11051112
name: stream_transform
11061113
url: "https://pub.dartlang.org"
11071114
source: hosted
1108-
version: "2.0.1"
1115+
version: "2.1.0"
11091116
string_scanner:
11101117
dependency: transitive
11111118
description:
@@ -1182,7 +1189,7 @@ packages:
11821189
name: uuid
11831190
url: "https://pub.dartlang.org"
11841191
source: hosted
1185-
version: "3.0.6"
1192+
version: "3.0.7"
11861193
vector_math:
11871194
dependency: transitive
11881195
description:
@@ -1224,7 +1231,7 @@ packages:
12241231
name: win32
12251232
url: "https://pub.dartlang.org"
12261233
source: hosted
1227-
version: "3.0.1"
1234+
version: "3.1.1"
12281235
xdg_directories:
12291236
dependency: transitive
12301237
description:

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Codephile.
33

44
publish_to: 'none'
55

6-
version: 1.0.0+19
6+
version: 1.0.0+20
77

88
environment:
99
sdk: ">=2.12.0 <3.0.0"

0 commit comments

Comments
 (0)