Two questions. I thought it might be wiser to combine them because they are related very closely.
Why are there not more/all icons?
Looking at the constants of the CupertinoIcons
class I was able to make out that there are 35 icons in CupertinoIcons
.
The documentation page says about this map:
a map of the icons in this icons font.
I would expect that all those icons would also be featured in CupertinoIcons
, there are just 374 missing as there are 409 icons featured on the map.
For me CupertinoIcons
is slightly useless with just the 35 icons, which I can access without having cupertino_icons
in my pubspec.yaml
.
I figured that installing cupertino_icons
might change something.
What does the plugin actually do?
Now, that I installed the cupertino_icons
plugin, nothing changed. I still have access to the exactly same 35 icons as before (and they are being displayed with and without the plugin).
Does this happen because my device already has the font installed and thus does not need the cupertino_icons
plugin in order to work?