2000calories / flutter_easy_rich_text

The EasyRichText widget provides an easy way to use RichText.
https://pub.dev/packages/easy_rich_text
MIT License
80 stars 33 forks source link

[Issue] Key parameter is not passed to the super of StatelessWidget #63

Open naamapps opened 1 month ago

naamapps commented 1 month ago

Hi, This is a bit of a weird issue but I saw in the code that EasyRichText widget takes a key and just doesn't do anything with it. You should pass this key to the super class.