ziofat / material_design_icons_flutter

The Material Design Icons (https://materialdesignicons.com/) Icon pack available as set of Flutter Icons.
MIT License
167 stars 32 forks source link

support all icon from mdi like power-socket-eu #12

Closed tuanha2000vn closed 4 years ago

tuanha2000vn commented 5 years ago

When I tried a few non-standard Mdi Icon like MdiIcons.fromString('power-socket-eu') it can't display on flutter ui, can you make it work?

https://iconify.design/icon-sets/mdi/power-socket-eu.html

Thank you, love the package.

ziofat commented 5 years ago

Try MdiIcons.fromString('powerSocketEu') instead. I believe that dash style icon name should be supported soon, stay tuned. Meanwhile, I still suggest using MdiIcons.powerSocketEu so tree-shaking will eliminate unused icons.

ziofat commented 4 years ago

fixed in b5cc4f7fccf5cb30045096f188a124be3d6fd4a2, published in 3.3.4595

tuanha2000vn commented 4 years ago

Thank you ziof