super_text_layout 0.1.2 super_text_layout: ^0.1.2 copied to clipboard
Configurable, composable, extensible text display for Flutter.
[0.1.2] - July, 2022 #
Upgraded the dependency on attributed_text
from 0.1.3
to 0.2.0
.
[0.1.1] - July, 2022 #
Added estimatedLineHeight
to TextLayout
. The method is experimental - it may be removed later.
[0.1.0] - May, 2022 #
The super_text_layout
package is extracted from super_editor
.
- Introduces
SuperText
widget to render text with layers above and beneath the text - Introduces
SuperTextWithSelection
to easily paint text with traditional user selections, which replaces previous uses ofSuperSelectableText
from earlier super_editor work