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

Incompatible with flutter 3.22 #77

Closed artemsorochan closed 2 months ago

artemsorochan commented 2 months ago

Hi, styled_text 8.1.0 is incompatible with flutter 3.22, is there any plan to update this great library?

Thanks in advance!

andyduke commented 2 months ago

@artemsorochan What specific incompatibilities did you find?

artemsorochan commented 2 months ago

@andyduke Sorry, I had this error "Error: Member not found: 'MediaQuery.boldTextOverride'.", and I just overridden this line locally to run the build. But now I see that after clearing the cache, the error is gone(probably dependency was not updated to the latest one).

I deeply apologize for the confusion, it should be closed.