Alessandro Garcez
Alessandro Garcez
It's crashing when opening and closing the **b** tag without content between both. The error is in **MDHTMLLabel.m**, line 1194.  PS: It's not...
**Steps to Reproduce** It seems that the package doesn't support WidgetSpan within TestSpan. **Code sample** ``` ... AutoSizeText.rich( TextSpan(children: [ TextSpan(text: "Flutter Developer"), WidgetSpan( child: Icon( Icons.add, size: 14, ),...