Skip to content

Commit e77c7dc

Browse files
committed
v6.7.0
1 parent 143a100 commit e77c7dc

File tree

3 files changed

+16
-17
lines changed

3 files changed

+16
-17
lines changed

android/app/src/main/AndroidManifest.xml

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<uses-permission android:name="android.permission.USE_EXACT_ALARM" />
77
<uses-permission android:name="android.permission.POST_NOTIFICATIONS"/>
88
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
9-
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_SPECIAL_USE" />
109

1110
<application
1211
android:label="Nylo"

pubspec.lock

+14-14
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,18 @@ packages:
2626
dependency: transitive
2727
description:
2828
name: animate_do
29-
sha256: "874604dbe3ffbe2303c3f3332dcc44c8fdbc60025c666df2813e8b7594bb8e20"
29+
sha256: e5c8b92e8495cba5adfff17c0b017d50f46b2766226e9faaf68bc08c91aef034
3030
url: "https://pub.dev"
3131
source: hosted
32-
version: "4.1.1"
32+
version: "4.2.0"
3333
app_badge_plus:
3434
dependency: transitive
3535
description:
3636
name: app_badge_plus
37-
sha256: cda59a8194352e308c824af6099bd338917b17d065a3bce6818013f032099611
37+
sha256: a254b58e8b0f47ab6b4a3d596b839b8a8bdc187da7dc69a6b02fa09fab5fd7c8
3838
url: "https://pub.dev"
3939
source: hosted
40-
version: "1.1.6"
40+
version: "1.2.0"
4141
archive:
4242
dependency: transitive
4343
description:
@@ -202,10 +202,10 @@ packages:
202202
dependency: transitive
203203
description:
204204
name: error_stack
205-
sha256: ffa61cf73940d61d501c97d14421a2ad7d3a2809fa38bb5c81ef3acee6f131a0
205+
sha256: ff50365afc48969e9ba3c5aab032c67d6d282be7e4a8eea9bf7fbd81d2414cc8
206206
url: "https://pub.dev"
207207
source: hosted
208-
version: "1.10.2"
208+
version: "1.10.3"
209209
fake_async:
210210
dependency: transitive
211211
description:
@@ -390,10 +390,10 @@ packages:
390390
dependency: transitive
391391
description:
392392
name: get_time_ago
393-
sha256: "1bf7bebe32e070e2a5aa9a84ee401c88895de337e9e168e70416ec3373771243"
393+
sha256: "3bf66b9de4ddf8f9f3621f384ea67fe5c861126e7102df00444e9008b5508287"
394394
url: "https://pub.dev"
395395
source: hosted
396-
version: "2.2.0"
396+
version: "2.3.0"
397397
glob:
398398
dependency: transitive
399399
description:
@@ -534,18 +534,18 @@ packages:
534534
dependency: "direct main"
535535
description:
536536
name: nylo_framework
537-
sha256: "4bfcf962b9f60870b661111e16a9694f901083da178fe3f8ac87c9bc5c2af069"
537+
sha256: "2b7566476d766edd41f41cafa6539a7026db9a8f67c9428b742c375f17e5c43b"
538538
url: "https://pub.dev"
539539
source: hosted
540-
version: "6.5.13"
540+
version: "6.6.0"
541541
nylo_support:
542542
dependency: transitive
543543
description:
544544
name: nylo_support
545-
sha256: "73daf0b4e5be0c3e9a19a473423eeec75962056ff259c0adf23fc518c315204a"
545+
sha256: "6be0333f52b24658bda8223a5748e2ac0334ecc7622b616437c97286cb64d1f4"
546546
url: "https://pub.dev"
547547
source: hosted
548-
version: "6.19.3"
548+
version: "6.20.0"
549549
package_config:
550550
dependency: transitive
551551
description:
@@ -694,10 +694,10 @@ packages:
694694
dependency: "direct main"
695695
description:
696696
name: scaffold_ui
697-
sha256: "2d0a6e257d7260e7890c86c5100d7f540b4fb5a93d82a403eae5975375aab0f9"
697+
sha256: f89cd74b6f2fc59a689134b9697c17c2105fff74731891d8676c33aa39ca4061
698698
url: "https://pub.dev"
699699
source: hosted
700-
version: "1.2.2"
700+
version: "1.2.3"
701701
shared_preferences:
702702
dependency: transitive
703703
description:

pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ dependencies:
1919
google_fonts: ^6.2.1
2020
analyzer: ^6.7.0
2121
intl: ^0.19.0
22-
nylo_framework: ^6.5.13
22+
nylo_framework: ^6.6.0
2323
pretty_dio_logger: ^1.4.0
2424
cupertino_icons: ^1.0.8
2525
path_provider: ^2.1.4
2626
flutter_local_notifications: ^18.0.1
2727
font_awesome_flutter: ^10.8.0
28-
scaffold_ui: ^1.2.2
28+
scaffold_ui: ^1.2.3
2929
flutter:
3030
sdk: flutter
3131
flutter_localizations:

0 commit comments

Comments
 (0)