floating_label_inputs 0.1.1
floating_label_inputs: ^0.1.1 copied to clipboard
A Flutter package providing highly customizable text input fields with animated floating labels, error states, and height clamping.
0.1.1 #
- Formatted code using dart format for consistency.
0.1.0 #
- BREAKING CHANGE: Removed deprecated
enabledTextFieldBorderColorandfocusedTextFieldBorderColorproperties. Users should now useenabledTextFieldBorderSideandfocusedTextFieldBorderSiderespectively to customize border colors and widths. - Updated Dartdoc comments to align with the removal of deprecated fields.
0.0.2 #
- Added comprehensive Dartdoc comments to the public API for better documentation and pub.dev scoring.
0.0.1 #
- Initial experimental release of the floating_label_inputs package.
- Provides FloatingAnimatedInput widget with customizable label and text field styling, including error states and height clamping.