feat: add stepper and page view components to SDUI, enhance form handling with dynamic visibility conditions and improved error handling

This commit is contained in:
2025-12-29 10:09:57 +03:30
parent fc0161e261
commit dcfe9f6dcf
15 changed files with 2116 additions and 31 deletions

View File

@@ -16,4 +16,3 @@ abstract class SDUIWidgetModel with _$SDUIWidgetModel {
factory SDUIWidgetModel.fromJson(Map<String, dynamic> json) =>
_$SDUIWidgetModelFromJson(json);
}