Eric Kok

Results 233 comments of Eric Kok

@daveleenew I don't think chewie has an option for this, although you could always just fork this library and swap out the icons.

Hey guys, I am sorry for not responding much. Life... but I plan to pick up some work for Transdroid again soon and certainly this library deprecation should be part...

It can't hurt and will at least resolve these discussions.

Yes I recommend you check out #1137 .

Did you add flutter_html_table as dependency?

By default, tables are not scrollable. You can use the extension API for this. See #1291 for an example.

https://github.com/Sub6Resources/flutter_html/wiki/Migration-Guides#customimagerenders might help you. You can use ``` builder: (extensionContext) { final element = extensionContext.styledElement as ImageElement; return CustomImage.network( "https://imgs.xkcd.com/${element.src}$", ); } ```

flutter_html 2.2.1 is really old; you might have to use the 3.0.0-beta.2, see https://pub.dev/packages/flutter_html/versions/3.0.0-beta.2