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

Loading icons from remote URL does not work

alhafoudh opened this issue · comments

Describe the bug
Loading icons from remote URL does not work.

To Reproduce

Icon(XIconData.fromUri("https://example.com/icon.svg"))

Expected behavior
Render remote icon

Screenshots

Desktop (please complete the following information):

  • OS: all
  • Browser: all

Smartphone (please complete the following information):

  • Device: all
  • OS: all
  • Browser: all

Additional context

Hi @alhafoudh.

XIcon(XIconData.fromUri(
              "https://raw.githubusercontent.com/bridgedxyz/dynamic/master/flutter/packages/x_icon/doc/remote-icon-example/twotone_brightness_auto_black_18dp.png"));

here is the working example.

more example can be found from here


https://github.com/bridgedxyz/dynamic/blob/master/flutter/packages/x_icon/example/lib/main.dart

It looks that when I use flutter_remote_icon package it does not work, I will try with x_icon

@alhafoudh Yes, the flutter_remote_icon is not updated, we migrated the same functionality to x_icon, and will be updated on x_icon