Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Icons] Missing Google Font Icons (eg Camping) in Flutter #142386

Closed
mongoose13 opened this issue Jan 28, 2024 · 3 comments
Closed

[Icons] Missing Google Font Icons (eg Camping) in Flutter #142386

mongoose13 opened this issue Jan 28, 2024 · 3 comments
Labels
r: duplicate Issue is closed as a duplicate of an existing issue

Comments

@mongoose13
Copy link

Use case

As a Flutter Developer, I can use the Icon Class in Dart to access the Camping Google Fonts Icon, so I can have a consistent user experience and code base for Icons supported by Google Fonts.

There are some missing Google Font Icons which if integrated into Flutter will allow the community to leverage them.

For example - There is a missing "camping" icon in Flutter - https://api.flutter.dev/flutter/material/Icons-class.html

The icon exists in

Google Fonts - https://fonts.google.com/icons?icon.query=camping and
Repo - https://github.com/google/material-design-icons/tree/master/symbols/web/camping

Can you please help integrate the missing "icons? Thank you for your help!

Proposal

I propose that we pull the code for missing icons from Google Fonts repo into Flutter Icon Class

Flutter users can then access "Camping" icon via the Icon class similar to all the other icons already available.

Hope this helps! Please let me know if I can provide any more information.

@mongoose13
Copy link
Author

I did some digging into the Flutter repository and it seems like this file will need to be updated to get the missing icons integrated - https://github.com/flutter/flutter/blob/master/packages/flutter/lib/src/material/icons.dart

@mongoose13 mongoose13 changed the title Missing Google Font Icons (eg Camping) in Flutter [Icons] Missing Google Font Icons (eg Camping) in Flutter Jan 28, 2024
@danagbemava-nc danagbemava-nc added the in triage Presently being triaged by the triage team label Jan 29, 2024
@danagbemava-nc
Copy link
Member

Hi @mongoose13, these are not technically material icons, they are material symbols. Support for that is not yet available. It is currently being tracked in #102560.

This should be fixed when symbols are added.

Kindly subscribe to the original issue for updates.

Closing from here as duplicate.

You may use the third_party_package https://pub.dev/packages/material_symbols_icons until the team adds it themselves.

Thank you

@danagbemava-nc danagbemava-nc closed this as not planned Won't fix, can't repro, duplicate, stale Jan 29, 2024
@danagbemava-nc danagbemava-nc added r: duplicate Issue is closed as a duplicate of an existing issue and removed in triage Presently being triaged by the triage team labels Jan 29, 2024
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 14, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
r: duplicate Issue is closed as a duplicate of an existing issue
Projects
None yet
Development

No branches or pull requests

2 participants