rotating_hint_text_field 0.0.9
rotating_hint_text_field: ^0.0.9 copied to clipboard
AnimatedHintTextField is a Flutter widget with animated hint text transitions.
###Changelog
0.0.9 #
- Added proper formatting
0.0.8 #
- Added proper formatting
- Enhanced code with minor optimizations for better performance and maintainability
0.0.7 #
- Added new properties: animationCurve, hintAlignment, hintPadding, style.
- Improved hint text animation.
- Enhanced performance for smoother transitions.
0.0.6 #
- Fixed an issue where hint text was displayed even when the TextEditingController had text in it
- Updated logic to hide the hint text when the user has entered text or the field has content, even when unfocused
0.0.5 #
- Updated the GIF in the documentation to the latest version
- Improved formatting in the documentation for better readability
- Enhanced code with minor optimizations for better performance and maintainability
0.0.4 #
- Fixed a bug where the GIF was not being displayed correctly
- Improved the documentation to include more detailed explanations and examples
0.0.3 #
- Added sample gif
- Added proper formatting
- Code enhancement
0.0.2 #
- Added proper formatting
- Added proper documentation
0.0.1 #
- Initial creation of the
AnimatedHintTextFieldwidget with animated hint text functionality.