We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19d2f32 commit d5811c4Copy full SHA for d5811c4
2 files changed
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## [7.1.7] - 2026-04-11
2
+
3
+### Changed
4
+* Bump `nylo_support` dependency from `^7.16.0` to `^7.18.1`
5
6
## [7.1.6] - 2026-04-11
7
8
### Changed
pubspec.yaml
@@ -1,6 +1,6 @@
name: nylo_framework
description: Micro-framework for Flutter that's built to simplify app development for Flutter projects.
-version: 7.1.6
+version: 7.1.7
homepage: https://nylo.dev
repository: https://github.com/nylo-core/framework/tree/7.x
issue_tracker: https://github.com/nylo-core/framework/issues
@@ -16,7 +16,7 @@ environment:
16
flutter: ">=3.24.0"
17
18
dependencies:
19
- nylo_support: ^7.16.0
+ nylo_support: ^7.18.1
20
skeletonizer: ^2.1.3
21
collection: ^1.19.1
22
args: ^2.7.0
0 commit comments