Alessandro Garcez

Results 2 issues of Alessandro Garcez

It's crashing when opening and closing the **b** tag without content between both. The error is in **MDHTMLLabel.m**, line 1194. ![screen shot 2016-11-30 at 14 35 50](https://cloud.githubusercontent.com/assets/1855500/20761526/73b041e6-b70a-11e6-87d8-923bc74a41c2.png) 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, ),...

bug