material_design_icons_flutter
material_design_icons_flutter copied to clipboard
Wrong Icons presented.
I have no idea why but when I call:
icon: const Icon(
MdiIcons.arrowSplitHorizontal,
),
I get:
All icons are wrong, I even tried by name same effect. Any idea why ?
This icon seems to be an emoji. From my end it looks like the icon property does not mean to present an flutter icon. Can you provide more context?
I was having the same problem. @ziofat This appears only when opened with the browser. On iOS, macOS and Android are working fine. As you said, it displays a random emoji in place of the icon. But this was fixed after closing all opened simulators and re-run again.
This is wired. Can you guys share your version of flutter?
The problem never happened again. But when it happened I was in the 3.3.7 version I think. Two versions are back from the current one. Good luck and thanks for you work