gridaco / dynamix

📱 dynamix - The missing bridge for web / webview for hybrid apps

Home Page:https://grida.co/dynamix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flutter Loading material icons not working

Tickaren opened this issue · comments

Describe the bug
Loading material icons from string value does not work

To Reproduce
XIcon(new XIconData("material://icons.directions_run")),

Expected behavior
Rendering the icon

Screenshots
Desktop (please complete the following information):

  • OS: n/a
  • Browser n/a
  • Version n/a

Smartphone (please complete the following information):

  • Device: all
  • OS: all
  • Version all

Additional context
I can get it to work with:
XIcon(new XIconData.fromMaterialIconName("directions_run"))
But some icons will be needed to be rendered by url and some from material icons..

@Tickaren can I help you? or did you managed to do it