timmaffett / material_symbols_icons

Complete Flutter support for google's Material DesignMaterial Symbols Icons
Apache License 2.0
32 stars 5 forks source link

Absence of Material Symbol for 'pip' #3

Closed Peng-Qian closed 11 months ago

Peng-Qian commented 12 months ago

Thanks for the awesome package, and it seems the pip symbol is missing there...

timmaffett commented 12 months ago

Thank you for reporting this!

I see that the pip icon is missing - https://fonts.google.com/icons?icon.style=Outlined&selected=Material+Symbols+Outlined:pip:FILL@0;wght@400;GRAD@0;opsz@48&icon.query=pip

In investigating I have discovered that the pip code point ins missing from the code point files at https://github.com/google/material-design-icons/blob/master/variablefont/ as well as missing from the ttf fonts found there. This is what the packages uses as the source of the icon fonts. I have created a PR #1517 at the material-design-icons github repo

As soon as the official fonts are updated with the missing icons I will release a package update!

timmaffett commented 12 months ago

It may help to go to the Issue #1517 and give it a thumbs up.

timmaffett commented 12 months ago

I have added code to the example app so that when it is running as a web app it places state references into the app url as query parameters so that a URL can be used to bring up the app in the state a user has left it.

Here is the URL to look at the icons containing the string pip

timmaffett commented 11 months ago

@Peng-Qian The https://github.com/google/material-design-icons repo was updated yesterday and the new fonts are now incorporated in the new 4.2659.0 version of the material_symbols_icons package.

show pip icon is now included

(The middle 2659 number now corresponds to the 2.659 version of the variable fonts being used).