form_ui 0.5.0
form_ui: ^0.5.0 copied to clipboard
A simple and clean Flutter form UI package featuring buttons, text inputs, select inputs, counters, checkboxes, and position selectors.
0.5.0 #
- Add
FormPositionView
to show position in the screen
0.4.4 #
- Add
disabled
inFormSelectInput
to disable the select input
0.4.3 #
- Add
disabled
inFormTextInput
to disable the text input
0.4.2 #
- Add
allowedOffset
inFormPositionSelect
to set the allowed offset of the selected position
0.4.1 #
- Add
FormTapOffsetTool
to adjust the position of theFormPositionSelect
widget
0.4.0 #
- Add hint of Select Zone in
FormPositionSelect
0.3.7 #
- Remove
HapticFeedback
in text input checker
0.3.6 #
- Add
HapticFeedback
in all input
0.3.5+1 #
- Update README.md
0.3.5 #
- Fix
onPressed
inFormPrimaryButton
andFormSecondaryButton
- Add red border in
FormPositionSelect
when position is not selected
0.3.4 #
- Add
autoFillHints
inFormTextInput
0.3.3 #
- Fix
minLines
andmaxLines
error inFormTextInput
while usingisPassword
= true
0.3.2 #
- Add
minLines
andmaxLines
inFormTextInput
0.3.1 #
- Add
focusNode
inFormTextInput
0.3.0 #
- Add
inputType
andinputAction
in TextInput
0.2.1 #
- Fix term
onChange
inFormPositionSelect
0.2.0 #
- Add attributes to FormTextInput
0.1.1+1 #
- Modify the LICENSE file
0.1.1 #
- Added api_docs
0.1.0 #
- Initial release of the package.