Skip to content

Commit fa6dd4b

Browse files
committed
v6.28.4
1 parent 0f3ca79 commit fa6dd4b

File tree

4 files changed

+21
-17
lines changed

4 files changed

+21
-17
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [6.28.4] - 2025-05-13
2+
3+
* Update pubspec.yaml
4+
15
## [6.28.3] - 2025-05-08
26

37
* Fix: `Field.date` not using the correct display format

example/pubspec.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ packages:
1313
dependency: transitive
1414
description:
1515
name: app_badge_plus
16-
sha256: "3b319d12719ecd4fd2c44099f1ce1df622eff7d958f3c99776b17313bfcf25e3"
16+
sha256: cbbb03cdac77c89c1494534fc2397e7f54deb84d2f968af9f8caaecbc54e86e7
1717
url: "https://pub.dev"
1818
source: hosted
19-
version: "1.2.1"
19+
version: "1.2.3"
2020
args:
2121
dependency: transitive
2222
description:
@@ -194,10 +194,10 @@ packages:
194194
dependency: transitive
195195
description:
196196
name: flutter_local_notifications
197-
sha256: "33b3e0269ae9d51669957a923f2376bee96299b09915d856395af8c4238aebfa"
197+
sha256: ebc86e2ff6a9ca5bc1943e675fef02b5ddaa1a99b4ef980cac576fcfc65959aa
198198
url: "https://pub.dev"
199199
source: hosted
200-
version: "19.1.0"
200+
version: "19.2.0"
201201
flutter_local_notifications_linux:
202202
dependency: transitive
203203
description:
@@ -321,10 +321,10 @@ packages:
321321
dependency: transitive
322322
description:
323323
name: get_time_ago
324-
sha256: "3bf66b9de4ddf8f9f3621f384ea67fe5c861126e7102df00444e9008b5508287"
324+
sha256: "1c6ccc877e480eee559987411ec5242cecc088d45fc821f0d8aec98bbf4f210e"
325325
url: "https://pub.dev"
326326
source: hosted
327-
version: "2.3.0"
327+
version: "2.3.1"
328328
http:
329329
dependency: transitive
330330
description:
@@ -419,7 +419,7 @@ packages:
419419
path: ".."
420420
relative: true
421421
source: path
422-
version: "6.28.1"
422+
version: "6.28.4"
423423
path:
424424
dependency: transitive
425425
description:

pubspec.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ packages:
1313
dependency: "direct main"
1414
description:
1515
name: app_badge_plus
16-
sha256: "3b319d12719ecd4fd2c44099f1ce1df622eff7d958f3c99776b17313bfcf25e3"
16+
sha256: cbbb03cdac77c89c1494534fc2397e7f54deb84d2f968af9f8caaecbc54e86e7
1717
url: "https://pub.dev"
1818
source: hosted
19-
version: "1.2.1"
19+
version: "1.2.3"
2020
args:
2121
dependency: transitive
2222
description:
@@ -202,10 +202,10 @@ packages:
202202
dependency: "direct main"
203203
description:
204204
name: flutter_local_notifications
205-
sha256: "33b3e0269ae9d51669957a923f2376bee96299b09915d856395af8c4238aebfa"
205+
sha256: ebc86e2ff6a9ca5bc1943e675fef02b5ddaa1a99b4ef980cac576fcfc65959aa
206206
url: "https://pub.dev"
207207
source: hosted
208-
version: "19.1.0"
208+
version: "19.2.0"
209209
flutter_local_notifications_linux:
210210
dependency: transitive
211211
description:
@@ -329,10 +329,10 @@ packages:
329329
dependency: "direct main"
330330
description:
331331
name: get_time_ago
332-
sha256: "3bf66b9de4ddf8f9f3621f384ea67fe5c861126e7102df00444e9008b5508287"
332+
sha256: "1c6ccc877e480eee559987411ec5242cecc088d45fc821f0d8aec98bbf4f210e"
333333
url: "https://pub.dev"
334334
source: hosted
335-
version: "2.3.0"
335+
version: "2.3.1"
336336
http:
337337
dependency: transitive
338338
description:

pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: nylo_support
22
description: Support library for the Nylo framework. This library supports routing, widgets, localization, cli, storage and more.
3-
version: 6.28.3
3+
version: 6.28.4
44
homepage: https://nylo.dev
55
repository: https://github.com/nylo-core/support/tree/6.x
66
issue_tracker: https://github.com/nylo-core/support/issues
@@ -23,7 +23,7 @@ dependencies:
2323
flutter_staggered_grid_view: ^0.7.0
2424
dio: ^5.8.0+1
2525
recase: ^4.1.0
26-
get_time_ago: ^2.3.0
26+
get_time_ago: ^2.3.1
2727
flutter_styled_toast: ^2.2.1
2828
animate_do: ^4.2.0
2929
pull_to_refresh_flutter3: ^2.0.2
@@ -35,11 +35,11 @@ dependencies:
3535
error_stack: ^1.10.3
3636
date_field: ^6.0.3+1
3737
flutter_multi_formatter: ^2.13.7
38-
flutter_local_notifications: ^19.1.0
38+
flutter_local_notifications: ^19.2.0
3939
path_provider: ^2.1.5
4040
timezone: ^0.10.1
4141
flutter_timezone: ^4.1.0
42-
app_badge_plus: ^1.2.1
42+
app_badge_plus: ^1.2.3
4343
mask_text_input_formatter: ^2.9.0
4444
uuid: ^4.5.1
4545
flutter_web_plugins:

0 commit comments

Comments
 (0)