bigbadbob2003 / flutter_tabler_icons

The Tabler Icons (https://github.com/tabler/tabler-icons) pack available as a set of Flutter Icons.
MIT License
20 stars 9 forks source link

Update icons to 1.97.0 and add easy way to update icons #5

Closed jmshrv closed 1 year ago

jmshrv commented 1 year ago

This pull request updates the icons to 1.97.0, and adds a Python script to generate the Dart file for these icons. The Python script uses the codepoints from the CSS file of a Tabler Icons release so that we can use the provided TTF instead of generating it ourselves using something like icon_font_generator.

I've also recreated the example app to fix Flutter errors caused by outdated Android embedding, and to automatically show all icons through the new TablerIcons.all value. The example also now includes support for web/desktop.

bigbadbob2003 commented 1 year ago

Thanks, only just seen this PR today. I have merged and published to pub.dev