flutter icon indicating copy to clipboard operation
flutter copied to clipboard

CupertinoIcons missing multiple icons

Open xavierdonnellon opened this issue 3 years ago • 4 comments

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

doctor_output.txt

xavierdonnellon avatar Dec 06 '22 04:12 xavierdonnellon

https://master-api.flutter.dev/flutter/cupertino/CupertinoIcons-class.html

The icons are missing

danagbemava-nc avatar Dec 06 '22 08:12 danagbemava-nc

Hi @xavierdonnellon, kindly file a separate issue for the CupertinoIcons.create

danagbemava-nc avatar Dec 06 '22 08:12 danagbemava-nc

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?

xavierdonnellon avatar Dec 06 '22 15:12 xavierdonnellon

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

danagbemava-nc avatar Dec 07 '22 06:12 danagbemava-nc

I think we should consolidate the list of missing cupertino icons into a single issue: https://github.com/flutter/flutter/issues/82634

cc: @MitchellGoodwin

leighajarett avatar Dec 07 '22 22:12 leighajarett

I added links to these two new issues to that one's description.

MitchellGoodwin avatar Dec 07 '22 23:12 MitchellGoodwin

Closing as duplicate of the consolidated issue https://github.com/flutter/flutter/issues/82634

maheshj01 avatar Dec 14 '22 03:12 maheshj01

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[bot] avatar Mar 05 '23 00:03 github-actions[bot]