File tree 5 files changed +12
-8
lines changed
5 files changed +12
-8
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 6.5.4] - 2025-01-06
2
+
3
+ * Update pubspec.yaml
4
+
1
5
## [ 6.5.3] - 2025-01-04
2
6
3
7
* Update route guard stub
Original file line number Diff line number Diff line change @@ -419,15 +419,15 @@ packages:
419
419
path: ".."
420
420
relative: true
421
421
source: path
422
- version: "6.5.3 "
422
+ version: "6.5.4 "
423
423
nylo_support:
424
424
dependency: transitive
425
425
description:
426
426
name: nylo_support
427
- sha256: "147b6c332042f3fde89a1eca43e1fa5f78269c2b3fda8a0af40843b9eefe5ea2 "
427
+ sha256: "353a339f1891f48dc6941d40d098b46960d46243559fc52e932e76f0597d0de9 "
428
428
url: "https://pub.dev"
429
429
source: hosted
430
- version: "6.14.3 "
430
+ version: "6.14.4 "
431
431
path:
432
432
dependency: transitive
433
433
description:
Original file line number Diff line number Diff line change @@ -68,4 +68,4 @@ export 'package:date_field/date_field.dart';
68
68
export 'package:dio/dio.dart' ;
69
69
70
70
/// Nylo version
71
- const String nyloVersion = 'v6.5.3 ' ;
71
+ const String nyloVersion = 'v6.5.4 ' ;
Original file line number Diff line number Diff line change @@ -433,10 +433,10 @@ packages:
433
433
dependency: "direct main"
434
434
description:
435
435
name: nylo_support
436
- sha256: "147b6c332042f3fde89a1eca43e1fa5f78269c2b3fda8a0af40843b9eefe5ea2 "
436
+ sha256: "353a339f1891f48dc6941d40d098b46960d46243559fc52e932e76f0597d0de9 "
437
437
url: "https://pub.dev"
438
438
source: hosted
439
- version: "6.14.3 "
439
+ version: "6.14.4 "
440
440
path:
441
441
dependency: transitive
442
442
description:
Original file line number Diff line number Diff line change 1
1
name : nylo_framework
2
2
description : Micro-framework for Flutter that's built to simplify app development for Flutter projects.
3
- version : 6.5.3
3
+ version : 6.5.4
4
4
homepage : https://nylo.dev
5
5
repository : https://github.com/nylo-core/framework/tree/6.x
6
6
issue_tracker : https://github.com/nylo-core/framework/issues
@@ -17,7 +17,7 @@ environment:
17
17
18
18
dependencies :
19
19
flutter_dotenv : ^5.2.1
20
- nylo_support : ^6.14.3
20
+ nylo_support : ^6.14.4
21
21
theme_provider : ^0.6.0
22
22
flutter_secure_storage : ^9.2.3
23
23
dart_console : ^4.1.1
You can’t perform that action at this time.
0 commit comments