andyduke / styled_text_package

Text widget with formatted text using tags. Makes it easier to use formatted text in multilingual applications.
https://pub.dev/packages/styled_text
BSD 3-Clause "New" or "Revised" License
75 stars 48 forks source link

const-ness of StyledTextTag #67

Closed navaronbracke closed 4 months ago

navaronbracke commented 1 year ago

Proposal

Make the StyledTextTagBase and StyledTextTag classes have a const constructor.

This way we can create a const map for the tags in a StyledText widget.

While looking into it, I also noticed that the package sources are not formatted correctly.

andyduke commented 4 months ago

@navaronbracke Your suggestion has been implemented in version 9.0.0, thank you.