CupertinoIcons missing multiple icons
Steps to Reproduce
cupertino_icons (1.05) package is missing many SF icons. Four examples:
list.bullet.clipboard
list.bullet.clipboard.fill
list.clipboard
list.clipboard.fill
Also, CupertinoIcons.create does not look as it should.
I think it's about time CupertinoIcons gets updated with all the latest icons!
Logs
https://master-api.flutter.dev/flutter/cupertino/CupertinoIcons-class.html
The icons are missing
Hi @xavierdonnellon, kindly file a separate issue for the CupertinoIcons.create
Hi @danagbemava-nc,
I have made the separate issue for CupertinoIcons.create: here
Is there a way I can access these icons in the meantime?
You should be able to use https://www.fluttericon.com/ to generate the icons that you need for your project in the interim and then later switch when they become available in the framework
I think we should consolidate the list of missing cupertino icons into a single issue: https://github.com/flutter/flutter/issues/82634
cc: @MitchellGoodwin
I added links to these two new issues to that one's description.
Closing as duplicate of the consolidated issue https://github.com/flutter/flutter/issues/82634
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.