flutter_custom_form_component 0.0.13
flutter_custom_form_component: ^0.0.13 copied to clipboard
Custom UI components supporting form on a page. The existing components are some text fields that ease users typing bank card number, date and money.
0.0.13 #
- Make field styles dynamic.
0.0.12 #
- Add validation and error style.
0.0.11 #
- Make some adjustment.
0.0.10 #
- Fix onChanged calling parameter on MoneyFieldWidget.
0.0.9 #
- Fix unused decimal on MoneyFieldWidget.
0.0.8 #
- Add initialValue on MoneyFieldWidget.
0.0.7 #
- Change value becomes initialValue on NameFieldWidget and RegistrationNumberFieldWidget
- Add initialValue on DdMmYyyyFieldWidget, MmDdYyyyFieldWidget, YyyyDdMmFieldWidget and YyyyMmDdFieldWidget.
0.0.6 #
- Fix value on NameFieldWidget and RegistrationNumberFieldWidget
- Fix input filtering on RegistrationNumberFieldWidget
0.0.5 #
- NameFieldWidget
- RegistrationNumberFieldWidget
0.0.4 #
- YyyyMmDdFieldWidget
- YyyyDdFieldWidget
- BankCardNumberFieldWidget
0.0.3 #
- MoneyFieldWidget
- Remove auto-hide keyboard at Date224StateMixin
0.0.2 #
- Add default font for example
- Remove template test scenario
- Refactor some packages
- Update readme and example page
0.0.1 #
- Initial publish for trying pub.dev environment