File tree Expand file tree Collapse file tree 5 files changed +12
-8
lines changed
Expand file tree Collapse file tree 5 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 1+ ## [ 6.7.3] - 2025-04-09
2+
3+ * Update pubspec.yaml
4+
15## [ 6.7.2] - 2025-04-09
26
37* Update command stub
Original file line number Diff line number Diff line change @@ -427,15 +427,15 @@ packages:
427427 path: ".."
428428 relative: true
429429 source: path
430- version: "6.7.1 "
430+ version: "6.7.3 "
431431 nylo_support:
432432 dependency: transitive
433433 description:
434434 name: nylo_support
435- sha256: "1f41ccec96265131563da22af17228c0001cfd9de23fbd5b556bf9d594f11d78"
435+ sha256: b7f3ca15e933dcec3d43ea1ae7d4bf332531e66f21291cce1ddad9da58835e8b
436436 url: "https://pub.dev"
437437 source: hosted
438- version: "6.25.0 "
438+ version: "6.25.1 "
439439 path:
440440 dependency: transitive
441441 description:
Original file line number Diff line number Diff line change @@ -29,4 +29,4 @@ export 'package:date_field/date_field.dart';
2929export 'package:dio/dio.dart' ;
3030
3131/// Nylo version
32- const String nyloVersion = 'v6.7.2 ' ;
32+ const String nyloVersion = 'v6.7.3 ' ;
Original file line number Diff line number Diff line change @@ -441,10 +441,10 @@ packages:
441441 dependency: "direct main"
442442 description:
443443 name: nylo_support
444- sha256: "1f41ccec96265131563da22af17228c0001cfd9de23fbd5b556bf9d594f11d78"
444+ sha256: b7f3ca15e933dcec3d43ea1ae7d4bf332531e66f21291cce1ddad9da58835e8b
445445 url: "https://pub.dev"
446446 source: hosted
447- version: "6.25.0 "
447+ version: "6.25.1 "
448448 path:
449449 dependency: transitive
450450 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 : 6.7.2
3+ version : 6.7.3
44homepage : https://nylo.dev
55repository : https://github.com/nylo-core/framework/tree/6.x
66issue_tracker : https://github.com/nylo-core/framework/issues
@@ -17,7 +17,7 @@ environment:
1717
1818dependencies :
1919 flutter_dotenv : ^5.2.1
20- nylo_support : ^6.25.0
20+ nylo_support : ^6.25.1
2121 theme_provider : ^0.6.0
2222 flutter_secure_storage : ^9.2.4
2323 dart_console : ^4.1.1
You can’t perform that action at this time.
0 commit comments