icon_generator 4.0.3
icon_generator: ^4.0.3 copied to clipboard
Convert all *.svg icons from dir to icon-font (.ttf) and generates flutter compatible dart class. Forked from https://github.com/rbcprolabs/icon_font_generator
4.0.3 #
- Fix executable
4.0.2 #
- More Fixes
4.0.1 #
- Fix Warnings
4.0.0 #
- Fixed uri errors
- Support Dart 3 & Upgrade packages
3.1.0 #
- Replace pedantic with lints
- Add naming strategy option namely - snake, camel
- Fixed iconsMap hardcoded
ui_icons.json
which prevented custom out-font name
3.0.0 #
2.0.0 #
- Null-safety
1.0.0 #
- Added new flag
normalize
- Normalize icons sizes (Default: false) - Fixed bug, when an error occurs and the conversion no longer occurs (https://github.com/rbcprolabs/icon_font_generator/issues/3)
0.0.7 #
- Update requirements in readme
0.0.6 #
- Update requirements in readme
0.0.5 #
- Update readme
0.0.4 #
- Readme fix
0.0.3 #
- Hide error message
0.0.2 #
- Fix running as global package
0.0.1 #
- Initial release