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
74 stars 48 forks source link

Fix TextStyle conformance for Flutter 2.5 #40

Closed CassiusPacheco closed 2 years ago

CassiusPacheco commented 2 years ago

This implements a new property in TextStyle added in Flutter 2.5.

Let me know if there's anything else I have to do.

Thanks for your great work in this lib!

bwhiteTP commented 2 years ago

@andyduke can this be merged in, It is holding us up today