on_text_input_widget 0.1.0
on_text_input_widget: ^0.1.0 copied to clipboard
A text field that makes so many things like online, and offline searching easier.
0.1.0 #
- Breaking: Renamed
onChangeDebouncertoonChangeDebounce - Breaking: Narrowed
contentPaddingtype fromEdgeInsetsGeometrytoEdgeInsets - Breaking: Bumped minimum Flutter to 3.3.0 and Dart SDK to 3.0.0
- Fixed: Controller memory leak — internally created controllers now disposed
- Fixed: Missing
didUpdateWidget— stalehintText,borderRadius,textEditingControllerafter rebuild - Fixed:
postFrameCallbacknow hasmountedguard - Fixed: Debounce pipeline now recovers from
onChangedProcessingexceptions - Fixed: Validator no longer returns empty string as Form error
- Fixed:
_CustomAnimatedSizenow uses the passedcurveparameter - Fixed: Replaced deprecated
theme.buttonTheme.heightusage - Fixed:
errorCheckno longer clears text on successful validation - Fixed:
Set<void>literal replaced with normal void callback - Fixed:
focusNodeshadowing — state field renamed tofocusOffset - Fixed:
_defaultBorderRadiuschanged tofinal - Added: 15 widget tests for both
OnTextInputWidgetandOnTextInputWidgetUserField - Added:
AGENTS.mdfor contributor instructions - Docs: Rewrote README with full API reference
0.0.8 #
- Border Color added
0.0.7 #
- Refactored - Size
0.0.6 #
- Refactored - Size
0.0.5 #
- Refactored - showDetailError added to the OnTextInputWidgetUserField
0.0.4 #
- OnTextInputWidgetUserField added. It is a sub-widget implemented with OnProcessButtonWidget
0.0.3 #
- Some size error fixed
0.0.2 #
- Some size error fixed
0.0.1 #
- on_text_input_widget with many functionalities
