-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Better Cupertino Icons #2
Comments
Which Icons do you have in mind? |
Oldie but goodie -- was hoping to use the CupertinoIcons packaged with Flutter. The problem: When I last checked, the font the ship has a bunch of icons, but the class itself only exposes a few of those icons. Might be good to check on the state of this -- if they're now properly exporting all the icons. Was just wating on that, since doing it manually is quite the task (I started to do it but realized it would take a day to do manually since it's just a JPG of the codepoints). |
Relevant flutter issue: flutter/flutter#16102. But it seems there are not all icons we would need when you look at the map: https://raw.githubusercontent.com/flutter/cupertino_icons/master/map.png |
Looks like the Flutter team has some Cupertino icons in a font, but does not expose all of them yet. Watch for updates to the Flutter repo and use the better icons when available.
The text was updated successfully, but these errors were encountered: