form_ui 0.8.0
form_ui: ^0.8.0 copied to clipboard
A simple and clean Flutter form UI package featuring buttons, text inputs, select inputs, counters, checkboxes, and position selectors.
0.8.0 #
- Add
FormSearchBarwidget - Update
FormTextInputandFormSelecttheme handling
0.7.2 #
- Add
widthparameter toFormCounterandFormCounter.withoutLabelfor customizable counter width
0.7.1 #
- Fix icon colors in button themes
- Code formatting improvements
0.7.0 #
- Add
FormCounter.withoutLabelconstructor for compact counter without label - Improve
FormToggleto respect parent width constraints (expands in tight constraints, shrinks in loose) - Add tests for new features
0.6.0 #
- Add
FormTogglewidget - Update
FormCounterto show step value in add button - Format code
0.5.3 #
- Fix missing documentation in
FormTapOffsetTool - Format code
0.5.2 #
- Fix static analysis issues (deprecated dialogBackgroundColor)
0.5.1 #
-
Maintenance update
-
Add
FormPositionViewto show position in the screen
0.4.4 #
- Add
disabledinFormSelectInputto disable the select input
0.4.3 #
- Add
disabledinFormTextInputto disable the text input
0.4.2 #
- Add
allowedOffsetinFormPositionSelectto set the allowed offset of the selected position
0.4.1 #
- Add
FormTapOffsetToolto adjust the position of theFormPositionSelectwidget
0.4.0 #
- Add hint of Select Zone in
FormPositionSelect
0.3.7 #
- Remove
HapticFeedbackin text input checker
0.3.6 #
- Add
HapticFeedbackin all input
0.3.5+1 #
- Update README.md
0.3.5 #
- Fix
onPressedinFormPrimaryButtonandFormSecondaryButton - Add red border in
FormPositionSelectwhen position is not selected
0.3.4 #
- Add
autoFillHintsinFormTextInput
0.3.3 #
- Fix
minLinesandmaxLineserror inFormTextInputwhile usingisPassword= true
0.3.2 #
- Add
minLinesandmaxLinesinFormTextInput
0.3.1 #
- Add
focusNodeinFormTextInput
0.3.0 #
- Add
inputTypeandinputActionin TextInput
0.2.1 #
- Fix term
onChangeinFormPositionSelect
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.