flutter_form_pro 0.0.4
flutter_form_pro: ^0.0.4 copied to clipboard
Professional, extensible form validation and widgets with Thai-first i18n.
0.0.4 #
Improvements:
- Style: Fixed analyzer lints (curly_braces_in_flow_control_structures) across
validators.dartto satisfy pana/pub points. - Quality:
flutter analyzenow reports zero issues; test suite unchanged and passing.
0.0.3 #
Fixes & housekeeping:
- CI: Fix Flutter setup by switching to
channel: stablein GitHub Actions. - Style: Ran
dart formatacross the repo to satisfy pub.flutter-io.cn (pana) formatting checks.
0.0.2 #
Improvements:
- Docs: Polished README (features, widgets, troubleshooting, pub points checklist)
- Tests: Added widget tests for number and date picker (deterministic via injectable picker)
- API: FormProDatePickerField now accepts optional
pickDatefor testing/custom dialogs - Docs: Added dartdoc to key widgets (FormProWidget, FormProSubmitButton, FormProField)
- Publish: Added
doc/(pub layout), screenshots metadata, async validator demo + a11y spinner, README links to docs
0.0.1 #
Initial release:
- Thai-first i18n with JSON assets and built-in Thai fallbacks
- Extensive Validators usable standalone or via FormPro widgets
- Reactive form core (FormPro) with high-performance rebuilds
- Material/Cupertino fields, Autocomplete, Keyboard submit
- Controller-friendly text field, number field, date picker field
- Example app and widget/unit tests