Skip to content

Commit ca747ce

Browse files
committed
Merge branch 'main' into feature/localization-for-exceptions
2 parents b552683 + 1d6f4a0 commit ca747ce

File tree

3 files changed

+31
-31
lines changed

3 files changed

+31
-31
lines changed

coverage/lcov.info

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,29 @@ DA:15,9
99
LF:7
1010
LH:7
1111
end_of_record
12+
SF:lib/src/shared/constants/database_scripts/database_scripts.dart
13+
DA:3,0
14+
DA:6,4
15+
DA:7,2
16+
DA:8,2
17+
DA:9,2
18+
DA:10,2
19+
DA:11,2
20+
DA:12,2
21+
DA:13,2
22+
DA:14,2
23+
DA:18,1
24+
DA:21,1
25+
DA:24,1
26+
DA:27,1
27+
DA:30,1
28+
DA:34,1
29+
DA:41,1
30+
DA:44,1
31+
DA:47,1
32+
LF:19
33+
LH:18
34+
end_of_record
1235
SF:lib/src/core/models/author_model.dart
1336
DA:5,10
1437
DA:10,9
@@ -157,29 +180,6 @@ DA:53,0
157180
LF:22
158181
LH:11
159182
end_of_record
160-
SF:lib/src/shared/constants/database_scripts/database_scripts.dart
161-
DA:3,0
162-
DA:6,4
163-
DA:7,2
164-
DA:8,2
165-
DA:9,2
166-
DA:10,2
167-
DA:11,2
168-
DA:12,2
169-
DA:13,2
170-
DA:14,2
171-
DA:18,1
172-
DA:21,1
173-
DA:24,1
174-
DA:27,1
175-
DA:30,1
176-
DA:34,1
177-
DA:41,1
178-
DA:44,1
179-
DA:47,1
180-
LF:19
181-
LH:18
182-
end_of_record
183183
SF:lib/src/core/helpers/date_time_format/date_time_format_extension.dart
184184
DA:14,2
185185
DA:16,1

pubspec.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -652,10 +652,10 @@ packages:
652652
dependency: "direct main"
653653
description:
654654
name: flutter_timezone
655-
sha256: "978192f2f9ea6d019a4de4f0211d76a9af955ca24865828fa98ca4e20cf0cb3c"
655+
sha256: e8d63f50f2806a3a71a08697286a0369e1d8f0902961327810459871c0bb01c2
656656
url: "https://pub.dev"
657657
source: hosted
658-
version: "5.0.1"
658+
version: "5.0.2"
659659
flutter_web_plugins:
660660
dependency: transitive
661661
description: flutter
@@ -1582,18 +1582,18 @@ packages:
15821582
dependency: "direct main"
15831583
description:
15841584
name: wakelock_plus
1585-
sha256: "9296d40c9adbedaba95d1e704f4e0b434be446e2792948d0e4aa977048104228"
1585+
sha256: "8b12256f616346910c519a35606fb69b1fe0737c06b6a447c6df43888b097f39"
15861586
url: "https://pub.dev"
15871587
source: hosted
1588-
version: "1.4.0"
1588+
version: "1.5.1"
15891589
wakelock_plus_platform_interface:
15901590
dependency: transitive
15911591
description:
15921592
name: wakelock_plus_platform_interface
1593-
sha256: "036deb14cd62f558ca3b73006d52ce049fabcdcb2eddfe0bf0fe4e8a943b5cf2"
1593+
sha256: "24b84143787220a403491c2e5de0877fbbb87baf3f0b18a2a988973863db4b03"
15941594
url: "https://pub.dev"
15951595
source: hosted
1596-
version: "1.3.0"
1596+
version: "1.4.0"
15971597
watcher:
15981598
dependency: transitive
15991599
description:

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ dependencies:
2929
circular_countdown_timer: ^0.2.4 # Used for timer.
3030
stop_watch_timer: ^3.2.2 # Used to take reading time per page.
3131
audioplayers: ^6.6.0 # Used for play default alarm ringtone.
32-
wakelock_plus: ^1.4.0 # Used for keep the screen awake when timer is started.
32+
wakelock_plus: ^1.5.1 # Used for keep the screen awake when timer is started.
3333
permission_handler: ^12.0.1 # Used to request permission for contacts.
3434
fast_contacts: ^5.0.1 # Used to get Phone Contacts.
3535
flutter_local_notifications: ^21.0.0 # Used for send notifications.
36-
flutter_timezone: ^5.0.1 # Used for get local timezone.
36+
flutter_timezone: ^5.0.2 # Used for get local timezone.
3737
timezone: ^0.11.0 # Used for get timezone for schedule notification.
3838
intl: ^0.20.2 # Used for set a format to DateTime.
3939
sqflite: ^2.4.2 # Used for local database.

0 commit comments

Comments
 (0)