Skip to content

Commit 0859f4f

Browse files
committed
v6.8.9
1 parent 2c231ac commit 0859f4f

File tree

5 files changed

+20
-16
lines changed

5 files changed

+20
-16
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [6.8.9] - 2025-06-23
2+
3+
* pubspec.yaml updates
4+
15
## [6.8.8] - 2025-06-20
26

37
* pubspec.yaml updates

example/pubspec.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -194,10 +194,10 @@ packages:
194194
dependency: transitive
195195
description:
196196
name: flutter_local_notifications
197-
sha256: b94a50aabbe56ef254f95f3be75640f99120429f0a153b2dc30143cffc9bfdf3
197+
sha256: edae0c34573233ab03f5ba1f07465e55c384743893042cb19e010b4ee8541c12
198198
url: "https://pub.dev"
199199
source: hosted
200-
version: "19.2.1"
200+
version: "19.3.0"
201201
flutter_local_notifications_linux:
202202
dependency: transitive
203203
description:
@@ -210,10 +210,10 @@ packages:
210210
dependency: transitive
211211
description:
212212
name: flutter_local_notifications_platform_interface
213-
sha256: "2569b973fc9d1f63a37410a9f7c1c552081226c597190cb359ef5d5762d1631c"
213+
sha256: "277d25d960c15674ce78ca97f57d0bae2ee401c844b6ac80fcd972a9c99d09fe"
214214
url: "https://pub.dev"
215215
source: hosted
216-
version: "9.0.0"
216+
version: "9.1.0"
217217
flutter_local_notifications_windows:
218218
dependency: transitive
219219
description:
@@ -419,15 +419,15 @@ packages:
419419
path: ".."
420420
relative: true
421421
source: path
422-
version: "6.8.8"
422+
version: "6.8.9"
423423
nylo_support:
424424
dependency: transitive
425425
description:
426426
name: nylo_support
427-
sha256: "4d1b0ebdcf251488a12f43f218ec1fe3518a01b55915ef21e7e60efef340aef2"
427+
sha256: "46c352ac1bdeacfd0d218606a24970f66106488ff263711f69d58c321966ae21"
428428
url: "https://pub.dev"
429429
source: hosted
430-
version: "6.29.0"
430+
version: "6.30.0"
431431
path:
432432
dependency: transitive
433433
description:

lib/nylo_framework.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ export 'package:date_field/date_field.dart';
2929
export 'package:dio/dio.dart';
3030

3131
/// Nylo version
32-
const String nyloVersion = 'v6.8.8';
32+
const String nyloVersion = 'v6.8.9';

pubspec.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -202,10 +202,10 @@ packages:
202202
dependency: transitive
203203
description:
204204
name: flutter_local_notifications
205-
sha256: b94a50aabbe56ef254f95f3be75640f99120429f0a153b2dc30143cffc9bfdf3
205+
sha256: edae0c34573233ab03f5ba1f07465e55c384743893042cb19e010b4ee8541c12
206206
url: "https://pub.dev"
207207
source: hosted
208-
version: "19.2.1"
208+
version: "19.3.0"
209209
flutter_local_notifications_linux:
210210
dependency: transitive
211211
description:
@@ -218,10 +218,10 @@ packages:
218218
dependency: transitive
219219
description:
220220
name: flutter_local_notifications_platform_interface
221-
sha256: "2569b973fc9d1f63a37410a9f7c1c552081226c597190cb359ef5d5762d1631c"
221+
sha256: "277d25d960c15674ce78ca97f57d0bae2ee401c844b6ac80fcd972a9c99d09fe"
222222
url: "https://pub.dev"
223223
source: hosted
224-
version: "9.0.0"
224+
version: "9.1.0"
225225
flutter_local_notifications_windows:
226226
dependency: transitive
227227
description:
@@ -433,10 +433,10 @@ packages:
433433
dependency: "direct main"
434434
description:
435435
name: nylo_support
436-
sha256: "4d1b0ebdcf251488a12f43f218ec1fe3518a01b55915ef21e7e60efef340aef2"
436+
sha256: "46c352ac1bdeacfd0d218606a24970f66106488ff263711f69d58c321966ae21"
437437
url: "https://pub.dev"
438438
source: hosted
439-
version: "6.29.0"
439+
version: "6.30.0"
440440
path:
441441
dependency: transitive
442442
description:

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: nylo_framework
22
description: Micro-framework for Flutter that's built to simplify app development for Flutter projects.
3-
version: 6.8.8
3+
version: 6.8.9
44
homepage: https://nylo.dev
55
repository: https://github.com/nylo-core/framework/tree/6.x
66
issue_tracker: https://github.com/nylo-core/framework/issues
@@ -17,7 +17,7 @@ environment:
1717

1818
dependencies:
1919
flutter_dotenv: ^5.2.1
20-
nylo_support: ^6.29.0
20+
nylo_support: ^6.30.0
2121
theme_provider: ^0.6.0
2222
flutter_secure_storage: ^9.2.4
2323
skeletonizer: ^2.0.1

0 commit comments

Comments
 (0)