rehmatsg / flutter_material_symbols

A Flutter package that provides a set of Material Symbols icons.
MIT License
8 stars 3 forks source link

Missing Symbols #3

Open timmaffett opened 1 year ago

timmaffett commented 1 year ago

I find that many of the symbols I find at https://fonts.google.com/icons?icon.query=letter&icon.platform=android&icon.set=Material+Symbols are often missing from flutter_material_symbols.dart.

format_letter_spacing was the latest example, but it seems to happen often.

I also noticed the code points (are at least sometimes) different than what is listed on the material symbols page ?

For example I do find this symbol at https://marella.me/material-symbols/demo/.

Are you generating the material_symbols_regular.ttf font or using the material symbol fonts (such as https://fonts.gstatic.com/s/materialsymbolsoutlined/v90/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsI.woff2)

Thanks!

rehmatsg commented 1 year ago

Thank you for pointing out this issue.

The code points were generated by a package icon_font_generator. It has been reported that this package mixed many icons. I have tried to manually fix some of them but it would take a lot of time. I have been trying to find some other solution and will push an update as soon as the code points are fixed.