vi-k / bubble

Speech bubble for Flutter
BSD 2-Clause "Simplified" License
266 stars 57 forks source link

How to show html tag #8

Closed thanhansoft closed 3 years ago

thanhansoft commented 4 years ago

Hi admin,

I have a string html: <img src="https://www.w3schools.com/howto/img_avatar.png">

I want the image to display in a moderate size, not width 100%.

shinriyo commented 4 years ago

Do you mean it?

child: Image.network('https://www.w3schools.com/howto/img_avatar.png'),