Skip to content

Commit 5bb7585

Browse files
committed
v6.13.1
1 parent 35b6822 commit 5bb7585

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [6.13.1] - 2024-12-29
2+
3+
* Fix form.dart
4+
15
## [6.13.0] - 2024-12-29
26

37
* Fix validation max and min rules

lib/widgets/form/form.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,7 @@ class _NyFormState extends NyState<NyForm> {
499499
}
500500

501501
if (widget.form.getLoadData is! Future Function() &&
502+
widget.form.getLoadData != null &&
502503
initialFormData == null) {
503504
initialFormData = widget.form.getLoadData!();
504505
widget.form.setData(initialFormData, refreshState: false);

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: nylo_support
22
description: Support library for the Nylo framework. This library supports routing, widgets, localization, cli, storage and more.
3-
version: 6.13.0
3+
version: 6.13.1
44
homepage: https://nylo.dev
55
repository: https://github.com/nylo-core/support/tree/6.x
66
issue_tracker: https://github.com/nylo-core/support/issues

0 commit comments

Comments
 (0)