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.20] - 2026-05-23
2+
3+ ### Changed
4+ * Bump ` nylo_support ` dependency from ` ^7.26.1 ` to ` ^7.26.2 `
5+ * Bump ` error_stack ` dependency from ` ^2.1.3 ` to ` ^2.1.4 `
6+
17## [ 7.1.19] - 2026-05-23
28
39### Changed
Original file line number Diff line number Diff line change @@ -197,10 +197,10 @@ packages:
197197 dependency: transitive
198198 description:
199199 name: error_stack
200- sha256: "354ca9d873e7397681e6189814514571b43ed864fb0c35c151ad7dfe5facc214"
200+ sha256: dcd3b536878e181570ac0dbb5542bc5ead0babc975eedb9226a289f92b5e0cbb
201201 url: "https://pub.dev"
202202 source: hosted
203- version: "2.1.3 "
203+ version: "2.1.4 "
204204 fake_async:
205205 dependency: transitive
206206 description:
@@ -531,15 +531,15 @@ packages:
531531 path: ".."
532532 relative: true
533533 source: path
534- version: "7.1.18 "
534+ version: "7.1.19 "
535535 nylo_support:
536536 dependency: transitive
537537 description:
538538 name: nylo_support
539- sha256: "6a541ce130bdc8a99ac4b8dadc29a3ffabe7194fc9da49b1dada7ee80a15ba77 "
539+ sha256: "41688fe1085d38c9eee283794524d5546eb0d8c92c81b13695d92cc57dbbdc34 "
540540 url: "https://pub.dev"
541541 source: hosted
542- version: "7.26.1 "
542+ version: "7.26.2 "
543543 objective_c:
544544 dependency: transitive
545545 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.19 ' ;
18+ const String nyloVersion = 'v7.1.20 ' ;
Original file line number Diff line number Diff line change @@ -197,10 +197,10 @@ packages:
197197 dependency: "direct main"
198198 description:
199199 name: error_stack
200- sha256: "354ca9d873e7397681e6189814514571b43ed864fb0c35c151ad7dfe5facc214"
200+ sha256: dcd3b536878e181570ac0dbb5542bc5ead0babc975eedb9226a289f92b5e0cbb
201201 url: "https://pub.dev"
202202 source: hosted
203- version: "2.1.3 "
203+ version: "2.1.4 "
204204 fake_async:
205205 dependency: transitive
206206 description:
@@ -553,10 +553,10 @@ packages:
553553 dependency: "direct main"
554554 description:
555555 name: nylo_support
556- sha256: "6a541ce130bdc8a99ac4b8dadc29a3ffabe7194fc9da49b1dada7ee80a15ba77 "
556+ sha256: "41688fe1085d38c9eee283794524d5546eb0d8c92c81b13695d92cc57dbbdc34 "
557557 url: "https://pub.dev"
558558 source: hosted
559- version: "7.26.1 "
559+ version: "7.26.2 "
560560 objective_c:
561561 dependency: transitive
562562 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.19
3+ version : 7.1.20
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.38.4"
1717
1818dependencies :
19- nylo_support : ^7.26.1
19+ nylo_support : ^7.26.2
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.3
26+ error_stack : ^2.1.4
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