fayeed/flutter_parsed_text

renderText argument/parameter Type mismatch

chandlerr13 opened this issue · 1 comments

renderText is saying there is a type mismatch (dart(argument_type_not_assignable))even though I copied this directly from the main documentation example

interestingly enough, everything actually works when I flutter run - no issue compiling and everything renders as expected in my iOS simulator

I'm not able to get the error in my editor to go away no matter what I try, so figure this is some sort of issue (I just recently upgraded to flutter 2 and using version ^2.1.0 of this package)

Screen Shot 2021-03-25 at 9 25 14 PM

closing issue because it appears to be an issue with VS Code - able to resolve by completely restarting it