junny_form 0.0.4
junny_form: ^0.0.4 copied to clipboard
A flexible Flutter form management library that supports centralized field management, async validation, and custom field types.
0.0.4 #
- Dependencies: Updated several direct and transitive dependencies to their latest compatible versions, including
provider,device_info_plus,http, and others. - Style: Adjusted comment structures in
JunnyFormFieldStateandInputStateto align with code style guidelines.
0.0.3 #
- 优化全局配置字段
- nullErrorMessageBuilder 函数现在接收 BuildContext 参数
- selectAttachments 函数添加了 BuildContext 参数
- subtableLengthBuilder 函数添加了 BuildContext 参数
- 优化代码结构,移除多余的区域注释
- 更新示例代码中的函数签名
0.0.2 #
- 优化表单控制器代码结构和注释
- 改进代码可读性和可维护性
- 添加详细的函数级文档注释
0.0.1 #
- initial release.