rounded_background_text 0.2.0
rounded_background_text: ^0.2.0 copied to clipboard
Text and TextField highlighted with rounded corners
0.2.0 #
- fix:
RoundedBackgroundTextField.hintis no longer hidden. - feat: Added
RoundedBackgroundTextField.hintStyle, which is the text style applied to.hint - fix: Correctly apply padding to inner corners
- fix: Correctly apply size to background painter
- fix: Correctly inherit any
DefaultTextStyleabove - feat: Added
RoundedBackgroundText.selectable, a backgrounded version ofSelectableText
0.1.3 #
- Do not center the whole stack. It was causing clipping on the text field
0.1.2 #
RoundedBackgroundTextFieldnow scales down to fit the textRoundedBackgroundTextFieldnow can't be scrollableRoundedBackgroundTextFieldnow usesEditableTextinstead ofTextFieldin order to get the best positioning- Expose more text field properties
- Update example app
0.1.1 #
- Customizable radius
0.1.0 #
- Implement
RoundedBackgroundText - Implemnet
RoundedBackgroundTextField - Implemnet
RoundedBackgroundTextSpan