katana_form 2.8.4 copy "katana_form: ^2.8.4" to clipboard
katana_form: ^2.8.4 copied to clipboard

Package to provide FormController to define the use of forms and FormStyle to unify the look and feel of forms.

2.8.4 #

  • Update a dependency to the latest release.

2.8.3 #

  • FIX: Version error correction. (3e7b0288)

2.8.2 #

  • Update a dependency to the latest release.

2.8.1 #

  • FIX: Match the notation of "part of" to Linter. (cca8c742)

2.8.0 #

  • FEAT: Allows setting of icons for Dropdown. (e266c9a6)

2.7.17 #

  • Update a dependency to the latest release.

2.7.16 #

  • FIX: TextEditingControllerの値を変更した場合の修正. (6d324ef3)

2.7.15 #

2.7.14 #

  • Update a dependency to the latest release.

2.7.13 #

2.7.12 #

  • Update a dependency to the latest release.

2.7.11 #

  • FIX: Fixed enabled was not working. (efba6c38)

2.7.10 #

  • FIX: autocorrect is set to false by default. (e6a656d7)

2.7.9 #

  • FIX: Alignment can now be specified by Style. (140ba29d)

2.7.8 #

  • FIX: Border style can be applied to FormBuilder. (d90ccf52)

2.7.7 #

  • FIX: Reflects the border setting of Form. (b61e77d2)

2.7.6 #

  • FIX: Fixed a bug in TextField. (72030930)

2.7.5 #

  • Update a dependency to the latest release.

2.7.4 #

  • FIX: Fixed a bug that initialValue was not reflected properly. (2f2abce5)

2.7.3 #

  • Update a dependency to the latest release.

2.7.2 #

  • FIX: Rename to FormListBuilder. (5524e4df)

2.7.1 #

  • FIX: DateTimePicker color can now be set. (103635b0)
  • FIX: Fixed a bug in onSaved. (64e2c071)
  • FIX: Fixed a bug that caused the FocusNode to be disconnected. (cbc09e51)

2.7.0 #

  • FEAT: Added FormBuilder and FormAppendableListBuilder. (0090cb8a)

2.6.2 #

  • FIX: Changed the interface of the form to perform updates along the way. (769490dc)

2.6.1 #

  • FIX: Enabled to apply style.width to FormMedia. (0dda0111)

2.6.0 #

2.5.1 #

  • FIX: Added autofocus to FormPinField. (03481e19)

2.5.0 #

2.4.7 #

  • DOCS: Added GithubSponsors to ReadMe. (4492e87e)

2.4.6 #

2.4.5 #

  • FIX: Added isEmpty method for FormMediaValue. (922919d1)

2.4.4 #

  • FIX: Change the path of FormMediaValue to a URI. (2a7cb1f3)

2.4.3 #

  • DOCS: Changed ReadMe header. (4bc527cb)

2.4.2 #

  • Update a dependency to the latest release.

2.4.1 #

  • FIX: Raised the Dart version of Example. (55d99042)

2.4.0 #

  • FEAT: Added FormDateTimeRange. (10c86025)

2.3.1 #

  • FIX: Fixed bugs in FromFutureField, etc. (cbc0ec57)

2.3.0 #

  • FEAT: Added FormMonthField. (bc0de5a9)

2.2.7 #

  • FIX: Changed FormFutureField specifications. (51e34680)

2.2.6 #

  • Update a dependency to the latest release.

2.2.5 #

  • Update a dependency to the latest release.

2.2.4 #

  • Update a dependency to the latest release.

2.2.3 #

  • FIX: Display settings when inactive. (28f1a10c)

2.2.2 #

  • FIX: Fixed a bug in FormMediaValue's toString. (81adc7fd)

2.2.1 #

  • FIX: Adjustment of display. (f7a67fe8)

2.2.0 #

2.1.0 #

  • FEAT: Add Dropdown-type form. (270f8372)

2.0.4 #

  • Update a dependency to the latest release.

2.0.3 #

  • FIX: Remove unnecessary imports. (25a4e5bd)

2.0.2 #

  • FIX: Temporarily resolved Mixin problem. (4b0b9ab4)

2.0.0 #

Note: This release has breaking changes.

  • FEAT: Dart 3.0.0 compatible. (cc981bbc)
  • BREAKING FEAT: Dart 3.0.0 compatible. (bf192403)

1.4.9 #

  • Update a dependency to the latest release.

1.4.8 #

  • Update a dependency to the latest release.

1.4.7 #

  • Update a dependency to the latest release.

1.4.6 #

1.4.5 #

  • Update a dependency to the latest release.

1.4.4 #

  • Update a dependency to the latest release.

1.4.3 #

  • Update a dependency to the latest release.

1.4.2 #

  • FIX: Fixed a bug that FormButton backgrounds were not reflected in some cases. (e5a35562)

1.4.1 #

  • Update a dependency to the latest release.

1.4.0 #

1.3.20 #

  • Update a dependency to the latest release.

1.3.19 #

  • FIX: Fixed a bug that caused incorrect display when the value path was empty. (40fe176e)

1.3.18 #

  • FIX: Adjustment because the height changes. (4334f5cf)

1.3.17 #

  • FIX: Expanded the scope of application of the Style of Form. (6b5a70c2)
  • DOCS: Additional Comments. (893fe68a)

1.3.16 #

  • FIX: Adjust the appearance of the FormChipsField. (786a79de)

1.3.15 #

  • FIX: Addition of FormFutureField and FormChipsField. (25ae583a)

1.3.14 #

  • FIX: Fixed a bug that caused the TextField to widen when inputting Japanese. (b7d653cd)

1.3.13 #

  • FIX: Adjust padding of FormTextField. (14dc1b8a)

1.3.12 #

  • FIX: Added AutoFocus function. (8a6c7375)

1.3.11 #

  • FIX: Added keepAlive item to widget. (6bcad2f4)

1.3.10 #

  • FIX: Fixed a bug that prevented it from updating properly. (6c1ce8de)

1.3.9 #

  • FIX: Fixed a bug that initial values were not updated when they were changed. (0f2ccdd0)

1.3.8 #

  • FIX: Remove ResetIcon from FormDateTime. (11543b32)

1.3.7 #

  • Update a dependency to the latest release.

1.3.6 #

1.3.5 #

  • FIX: Fixed an outdated version of Katana. (47ff3566)
  • FIX: Fixed a problem that was not being replaced properly. (aea5900c)
  • DOCS: Fix ReadMe. (97288683)

1.3.4 #

  • FIX: Fixed a problem that was not being replaced properly. (aea5900c)
  • DOCS: Fix ReadMe. (97288683)

1.3.3 #

  • Update a dependency to the latest release.

1.3.2 #

  • Update a dependency to the latest release.

1.3.1 #

  • FIX: Fixed the problem with Material3, as the shape is not correct. (9cefae39)

1.3.0 #

1.2.7 #

  • FIX: Fixed a bug when FormController is switched. (032ff1c5)

1.2.6 #

  • Update a dependency to the latest release.

1.2.5 #

  • FIX: The initialValue of FormTextField was not reflected. (bba67a92)

1.2.4 #

  • Update a dependency to the latest release.

1.2.3 #

  • Update a dependency to the latest release.

1.2.2 #

  • DOCS: README modifications. (c3c2f3f1)

1.2.1 #

  • FIX: prefix and suffix can be specified in widgets as well. (1a4c5348)

1.2.0 #

  • FEAT: Changed the onSaved mechanism of form. (b07ad300)

1.1.2 #

  • Update a dependency to the latest release.

1.1.1 #

1.1.0 #

  • FEAT: Initial implementation complete. (26f14f84)
1
likes
0
pub points
5%
popularity

Publisher

verified publishermathru.net

Package to provide FormController to define the use of forms and FormStyle to unify the look and feel of forms.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_picker, flutter_rating_bar, katana, pin_input_text_field, universal_platform

More

Packages that depend on katana_form