Skip to content

Commit ca13021

Browse files
committed
v6.6.3
1 parent b17459b commit ca13021

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.6.3] - 2025-03-27
2+
3+
* Update pubspec.yaml
4+
15
## [6.6.2] - 2025-03-21
26

37
* Update pubspec.yaml

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: a254b58e8b0f47ab6b4a3d596b839b8a8bdc187da7dc69a6b02fa09fab5fd7c8
16+
sha256: "3b319d12719ecd4fd2c44099f1ce1df622eff7d958f3c99776b17313bfcf25e3"
1717
url: "https://pub.dev"
1818
source: hosted
19-
version: "1.2.0"
19+
version: "1.2.1"
2020
args:
2121
dependency: transitive
2222
description:
@@ -239,10 +239,10 @@ packages:
239239
dependency: transitive
240240
description:
241241
name: flutter_multi_formatter
242-
sha256: "68274ade17e836e7de9080ad354aa4322906baee2abf49afb1f6fec99ff17aea"
242+
sha256: "01e8ba4cfae4b52377d1c83e57293da24eb64696d7c2df064acc4ae97bb4a157"
243243
url: "https://pub.dev"
244244
source: hosted
245-
version: "2.13.0"
245+
version: "2.13.7"
246246
flutter_secure_storage:
247247
dependency: transitive
248248
description:
@@ -427,15 +427,15 @@ packages:
427427
path: ".."
428428
relative: true
429429
source: path
430-
version: "6.6.2"
430+
version: "6.6.3"
431431
nylo_support:
432432
dependency: transitive
433433
description:
434434
name: nylo_support
435-
sha256: c095ee4a01860163a603079fc560e9a2d0bb9ca57342867676bcccb30a9318a0
435+
sha256: "129db2690adf8b17fb602ed7478eeab0651a97eba1ecd5b0f7ddc503d7d871be"
436436
url: "https://pub.dev"
437437
source: hosted
438-
version: "6.21.0"
438+
version: "6.22.0"
439439
path:
440440
dependency: transitive
441441
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.6.2';
32+
const String nyloVersion = 'v6.6.3';

pubspec.lock

Lines changed: 6 additions & 6 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: a254b58e8b0f47ab6b4a3d596b839b8a8bdc187da7dc69a6b02fa09fab5fd7c8
16+
sha256: "3b319d12719ecd4fd2c44099f1ce1df622eff7d958f3c99776b17313bfcf25e3"
1717
url: "https://pub.dev"
1818
source: hosted
19-
version: "1.2.0"
19+
version: "1.2.1"
2020
args:
2121
dependency: "direct main"
2222
description:
@@ -247,10 +247,10 @@ packages:
247247
dependency: transitive
248248
description:
249249
name: flutter_multi_formatter
250-
sha256: "68274ade17e836e7de9080ad354aa4322906baee2abf49afb1f6fec99ff17aea"
250+
sha256: "01e8ba4cfae4b52377d1c83e57293da24eb64696d7c2df064acc4ae97bb4a157"
251251
url: "https://pub.dev"
252252
source: hosted
253-
version: "2.13.0"
253+
version: "2.13.7"
254254
flutter_secure_storage:
255255
dependency: "direct main"
256256
description:
@@ -441,10 +441,10 @@ packages:
441441
dependency: "direct main"
442442
description:
443443
name: nylo_support
444-
sha256: c095ee4a01860163a603079fc560e9a2d0bb9ca57342867676bcccb30a9318a0
444+
sha256: "129db2690adf8b17fb602ed7478eeab0651a97eba1ecd5b0f7ddc503d7d871be"
445445
url: "https://pub.dev"
446446
source: hosted
447-
version: "6.21.0"
447+
version: "6.22.0"
448448
path:
449449
dependency: transitive
450450
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.6.2
3+
version: 6.6.3
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.21.0
20+
nylo_support: ^6.22.0
2121
theme_provider: ^0.6.0
2222
flutter_secure_storage: ^9.2.4
2323
dart_console: ^4.1.1

0 commit comments

Comments
 (0)