File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## [ 7.1.14] - 2026-05-01
2+
3+ ### Changed
4+ * Bump ` nylo_support ` dependency from ` ^7.23.0 ` to ` ^7.23.1 `
5+ * Bump ` error_stack ` dependency from ` ^2.1.1 ` to ` ^2.1.2 `
6+
17## [ 7.1.13] - 2026-04-30
28
39### Changed
Original file line number Diff line number Diff line change @@ -165,10 +165,10 @@ packages:
165165 dependency: transitive
166166 description:
167167 name: error_stack
168- sha256: "05efc3fdeb089c375a8dd148e40fed427d6464946a4b9c71d8fcec15259a0ca7"
168+ sha256: cc842233b32979bde5a09245cff0c9f789258caca1508eb1ea77849a82e7db34
169169 url: "https://pub.dev"
170170 source: hosted
171- version: "2.1.1 "
171+ version: "2.1.2 "
172172 fake_async:
173173 dependency: transitive
174174 description:
@@ -499,15 +499,15 @@ packages:
499499 path: ".."
500500 relative: true
501501 source: path
502- version: "7.1.12 "
502+ version: "7.1.14 "
503503 nylo_support:
504504 dependency: transitive
505505 description:
506506 name: nylo_support
507- sha256: a8e15032b35cce43f1d3aae3232e0fbb4975de4a1772d3064aa30fd0072f01bc
507+ sha256: cf08b88164ff25f4d9b189a5a708751956d85ad190f01ade5815e707979b4735
508508 url: "https://pub.dev"
509509 source: hosted
510- version: "7.23.0 "
510+ version: "7.23.1 "
511511 objective_c:
512512 dependency: transitive
513513 description:
Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ export 'package:date_field/date_field.dart';
1515export 'package:dio/dio.dart' ;
1616
1717/// Nylo version
18- const String nyloVersion = 'v7.1.13 ' ;
18+ const String nyloVersion = 'v7.1.14 ' ;
Original file line number Diff line number Diff line change @@ -165,10 +165,10 @@ packages:
165165 dependency: "direct main"
166166 description:
167167 name: error_stack
168- sha256: "05efc3fdeb089c375a8dd148e40fed427d6464946a4b9c71d8fcec15259a0ca7"
168+ sha256: cc842233b32979bde5a09245cff0c9f789258caca1508eb1ea77849a82e7db34
169169 url: "https://pub.dev"
170170 source: hosted
171- version: "2.1.1 "
171+ version: "2.1.2 "
172172 fake_async:
173173 dependency: transitive
174174 description:
@@ -521,10 +521,10 @@ packages:
521521 dependency: "direct main"
522522 description:
523523 name: nylo_support
524- sha256: a8e15032b35cce43f1d3aae3232e0fbb4975de4a1772d3064aa30fd0072f01bc
524+ sha256: cf08b88164ff25f4d9b189a5a708751956d85ad190f01ade5815e707979b4735
525525 url: "https://pub.dev"
526526 source: hosted
527- version: "7.23.0 "
527+ version: "7.23.1 "
528528 objective_c:
529529 dependency: transitive
530530 description:
Original file line number Diff line number Diff line change 11name : nylo_framework
22description : Micro-framework for Flutter that's built to simplify app development for Flutter projects.
3- version : 7.1.13
3+ version : 7.1.14
44homepage : https://nylo.dev
55repository : https://github.com/nylo-core/framework/tree/7.x
66issue_tracker : https://github.com/nylo-core/framework/issues
@@ -16,14 +16,14 @@ environment:
1616 flutter : " >=3.24.0"
1717
1818dependencies :
19- nylo_support : ^7.23.0
19+ nylo_support : ^7.23.1
2020 skeletonizer : ^2.1.3
2121 collection : ^1.19.1
2222 args : ^2.7.0
2323 flutter_local_notifications : ^21.0.0
2424 dio : ^5.9.2
2525 recase : ^4.1.0
26- error_stack : ^2.1.1
26+ error_stack : ^2.1.2
2727 date_field : ^6.0.3+1
2828 yaml : ^3.1.3
2929 flutter :
You can’t perform that action at this time.
0 commit comments