Skip to content

Commit c38a2a7

Browse files
committed
bfix: resolve LocationNotFoundException
Signed-off-by: Aman <[email protected]>
1 parent edb6605 commit c38a2a7

File tree

3 files changed

+61
-40
lines changed

3 files changed

+61
-40
lines changed

lib/data/services/remote/notification_service.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import 'package:flutter_local_notifications/flutter_local_notifications.dart';
44
import 'package:flutter_native_timezone/flutter_native_timezone.dart';
5-
import 'package:timezone/data/latest.dart' as tz;
5+
import 'package:timezone/data/latest_all.dart' as tz;
66
import 'package:timezone/timezone.dart' as tz;
77

88
class NotificationService {

pubspec.lock

+59-38
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.1"
17+
version: "1.0.2"
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.1"
31+
version: "3.3.2"
3232
args:
3333
dependency: transitive
3434
description:
@@ -98,7 +98,7 @@ packages:
9898
name: build_runner
9999
url: "https://pub.dartlang.org"
100100
source: hosted
101-
version: "2.2.1"
101+
version: "2.3.0"
102102
build_runner_core:
103103
dependency: transitive
104104
description:
@@ -196,14 +196,14 @@ packages:
196196
name: cloud_firestore_platform_interface
197197
url: "https://pub.dartlang.org"
198198
source: hosted
199-
version: "5.7.6"
199+
version: "5.7.7"
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: "2.8.9"
206+
version: "2.8.10"
207207
code_builder:
208208
dependency: transitive
209209
description:
@@ -224,7 +224,7 @@ packages:
224224
name: convert
225225
url: "https://pub.dartlang.org"
226226
source: hosted
227-
version: "3.0.2"
227+
version: "3.1.1"
228228
coverage:
229229
dependency: transitive
230230
description:
@@ -343,56 +343,56 @@ packages:
343343
name: firebase_crashlytics
344344
url: "https://pub.dartlang.org"
345345
source: hosted
346-
version: "2.8.12"
346+
version: "2.9.0"
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.2.18"
353+
version: "3.3.0"
354354
firebase_messaging:
355355
dependency: "direct main"
356356
description:
357357
name: firebase_messaging
358358
url: "https://pub.dartlang.org"
359359
source: hosted
360-
version: "13.0.4"
360+
version: "13.1.0"
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.1.6"
367+
version: "4.2.0"
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.1.6"
374+
version: "3.2.0"
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: "2.0.19"
381+
version: "2.0.20"
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.18"
388+
version: "1.1.19"
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.7"
395+
version: "1.1.8"
396396
fixnum:
397397
dependency: transitive
398398
description:
@@ -432,7 +432,21 @@ packages:
432432
name: flutter_keyboard_visibility
433433
url: "https://pub.dartlang.org"
434434
source: hosted
435-
version: "5.3.0"
435+
version: "5.4.0"
436+
flutter_keyboard_visibility_linux:
437+
dependency: transitive
438+
description:
439+
name: flutter_keyboard_visibility_linux
440+
url: "https://pub.dartlang.org"
441+
source: hosted
442+
version: "1.0.0"
443+
flutter_keyboard_visibility_macos:
444+
dependency: transitive
445+
description:
446+
name: flutter_keyboard_visibility_macos
447+
url: "https://pub.dartlang.org"
448+
source: hosted
449+
version: "1.0.0"
436450
flutter_keyboard_visibility_platform_interface:
437451
dependency: transitive
438452
description:
@@ -447,6 +461,13 @@ packages:
447461
url: "https://pub.dartlang.org"
448462
source: hosted
449463
version: "2.0.0"
464+
flutter_keyboard_visibility_windows:
465+
dependency: transitive
466+
description:
467+
name: flutter_keyboard_visibility_windows
468+
url: "https://pub.dartlang.org"
469+
source: hosted
470+
version: "1.0.0"
450471
flutter_launcher_icons:
451472
dependency: "direct dev"
452473
description:
@@ -488,7 +509,7 @@ packages:
488509
name: flutter_native_splash
489510
url: "https://pub.dartlang.org"
490511
source: hosted
491-
version: "2.2.10+1"
512+
version: "2.2.11"
492513
flutter_native_timezone:
493514
dependency: "direct main"
494515
description:
@@ -554,14 +575,14 @@ packages:
554575
name: freezed
555576
url: "https://pub.dartlang.org"
556577
source: hosted
557-
version: "2.1.0+1"
578+
version: "2.2.0"
558579
freezed_annotation:
559580
dependency: "direct main"
560581
description:
561582
name: freezed_annotation
562583
url: "https://pub.dartlang.org"
563584
source: hosted
564-
version: "2.1.0"
585+
version: "2.2.0"
565586
frontend_server_client:
566587
dependency: transitive
567588
description:
@@ -631,7 +652,7 @@ packages:
631652
name: http_parser
632653
url: "https://pub.dartlang.org"
633654
source: hosted
634-
version: "4.0.1"
655+
version: "4.0.2"
635656
hydrated_bloc:
636657
dependency: "direct main"
637658
description:
@@ -645,7 +666,7 @@ packages:
645666
name: image
646667
url: "https://pub.dartlang.org"
647668
source: hosted
648-
version: "3.2.0"
669+
version: "3.2.2"
649670
image_cropper:
650671
dependency: "direct main"
651672
description:
@@ -673,7 +694,7 @@ packages:
673694
name: image_picker
674695
url: "https://pub.dartlang.org"
675696
source: hosted
676-
version: "0.8.5+3"
697+
version: "0.8.6"
677698
image_picker_android:
678699
dependency: transitive
679700
description:
@@ -736,7 +757,7 @@ packages:
736757
name: json_serializable
737758
url: "https://pub.dartlang.org"
738759
source: hosted
739-
version: "6.4.1"
760+
version: "6.5.1"
740761
lints:
741762
dependency: transitive
742763
description:
@@ -750,7 +771,7 @@ packages:
750771
name: logging
751772
url: "https://pub.dartlang.org"
752773
source: hosted
753-
version: "1.0.2"
774+
version: "1.1.0"
754775
matcher:
755776
dependency: transitive
756777
description:
@@ -820,42 +841,42 @@ packages:
820841
name: package_info_plus
821842
url: "https://pub.dartlang.org"
822843
source: hosted
823-
version: "1.4.3+1"
844+
version: "2.0.0"
824845
package_info_plus_linux:
825846
dependency: transitive
826847
description:
827848
name: package_info_plus_linux
828849
url: "https://pub.dartlang.org"
829850
source: hosted
830-
version: "1.0.5"
851+
version: "2.0.0"
831852
package_info_plus_macos:
832853
dependency: transitive
833854
description:
834855
name: package_info_plus_macos
835856
url: "https://pub.dartlang.org"
836857
source: hosted
837-
version: "1.3.0"
858+
version: "2.0.0"
838859
package_info_plus_platform_interface:
839860
dependency: transitive
840861
description:
841862
name: package_info_plus_platform_interface
842863
url: "https://pub.dartlang.org"
843864
source: hosted
844-
version: "1.0.2"
865+
version: "2.0.0"
845866
package_info_plus_web:
846867
dependency: transitive
847868
description:
848869
name: package_info_plus_web
849870
url: "https://pub.dartlang.org"
850871
source: hosted
851-
version: "1.0.5"
872+
version: "2.0.0"
852873
package_info_plus_windows:
853874
dependency: transitive
854875
description:
855876
name: package_info_plus_windows
856877
url: "https://pub.dartlang.org"
857878
source: hosted
858-
version: "2.1.0"
879+
version: "3.0.0"
859880
path:
860881
dependency: transitive
861882
description:
@@ -974,14 +995,14 @@ packages:
974995
name: provider
975996
url: "https://pub.dartlang.org"
976997
source: hosted
977-
version: "6.0.3"
998+
version: "6.0.4"
978999
pub_semver:
9791000
dependency: transitive
9801001
description:
9811002
name: pub_semver
9821003
url: "https://pub.dartlang.org"
9831004
source: hosted
984-
version: "2.1.1"
1005+
version: "2.1.2"
9851006
pubspec_parse:
9861007
dependency: transitive
9871008
description:
@@ -1002,14 +1023,14 @@ packages:
10021023
name: sentry
10031024
url: "https://pub.dartlang.org"
10041025
source: hosted
1005-
version: "6.11.1"
1026+
version: "6.12.2"
10061027
sentry_flutter:
10071028
dependency: "direct main"
10081029
description:
10091030
name: sentry_flutter
10101031
url: "https://pub.dartlang.org"
10111032
source: hosted
1012-
version: "6.11.1"
1033+
version: "6.12.2"
10131034
shelf:
10141035
dependency: transitive
10151036
description:
@@ -1049,7 +1070,7 @@ packages:
10491070
name: source_gen
10501071
url: "https://pub.dartlang.org"
10511072
source: hosted
1052-
version: "1.2.5"
1073+
version: "1.2.6"
10531074
source_helper:
10541075
dependency: transitive
10551076
description:
@@ -1084,7 +1105,7 @@ packages:
10841105
name: sqflite
10851106
url: "https://pub.dartlang.org"
10861107
source: hosted
1087-
version: "2.1.0"
1108+
version: "2.1.0+1"
10881109
sqflite_common:
10891110
dependency: transitive
10901111
description:
@@ -1112,7 +1133,7 @@ packages:
11121133
name: stream_transform
11131134
url: "https://pub.dartlang.org"
11141135
source: hosted
1115-
version: "2.0.0"
1136+
version: "2.0.1"
11161137
string_scanner:
11171138
dependency: transitive
11181139
description:
@@ -1210,7 +1231,7 @@ packages:
12101231
name: watcher
12111232
url: "https://pub.dartlang.org"
12121233
source: hosted
1213-
version: "1.0.1"
1234+
version: "1.0.2"
12141235
web_socket_channel:
12151236
dependency: transitive
12161237
description:
@@ -1231,7 +1252,7 @@ packages:
12311252
name: win32
12321253
url: "https://pub.dartlang.org"
12331254
source: hosted
1234-
version: "3.0.0"
1255+
version: "3.0.1"
12351256
xdg_directories:
12361257
dependency: transitive
12371258
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+15
6+
version: 1.0.0+17
77

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

0 commit comments

Comments
 (0)