orient_text_field 0.1.5
orient_text_field: ^0.1.5 copied to clipboard
Embracing the landscape. A Flutter package that provides orientation-aware text field widgets.
0.1.5 #
- Fixed bug. Broken layout on nested route
0.1.4 #
- Update readme.md
- Added code documentation
0.1.3 #
- Fixed bug. Error when placed on popup alert dialog
- Added parameter submitondone
0.1.2 #
- Fixed text direction inherits from parent field
- Added parameter documentation
0.1.1 #
- Fixed readme
- Added code documentation
- Added bug report guidelines
- Added topics on pupbspec
0.1.0 #
- Initial release of OrientTextField package
- Added
OrientTextFieldwidget - drop-in replacement for Flutter'sTextFieldwith orientation-aware full-screen editing - Added
OrientTextFormFieldwidget - drop-in replacement for Flutter'sTextFormFieldwith form validation support - Added
KeyboardStatusProviderfor keyboard visibility detection and management - Added
FullScreenFieldConfigclass for customizing full-screen editing mode - Automatic full-screen editing mode activation in landscape orientation
- Support for password fields with visibility toggle in full-screen mode
- Seamless keyboard handling with proper scrolling and insets
- Compatible with all standard TextField and TextFormField parameters