9

I'm having an issue accessing the Cupertino Icons 1.0.0 gallery. From here [1]: https://flutter.dev/docs/release/breaking-changes/cupertino-icons-1.0.0 I can normally access the gallery but today I got a 404 page. Are others having this same issue?

Joshua Park
  • 91
  • 1
  • 2
  • 4
    This is a known issue on the github https://github.com/flutter/flutter/issues/88754 Check this backup link for the icons: https://shuuji3.xyz/flutter-packages/third_party/packages/cupertino_icons/ – Er1 Sep 01 '21 at 08:01
  • 1
    One month in and this is still an issue. Shame. – Ojonugwa Jude Ochalifu Oct 20 '21 at 18:40

4 Answers4

4

The issue is still open as of this writing. Another workaround for accessing the Cupertino Icons Gallery is from this web archive.

Update[2022/02/11]: CupertinoIcons API docs has been updated, images of the icons are now displayed on the same page as well.

Omatt
  • 8,564
  • 2
  • 42
  • 144
2

Well, the issue is now closed but this is how I fixed it. I developed and open-sourced The Cupertino Icons Gallery App, to help you discover, filter, search and copy code snippets of any Cupertino Icon to use in your project.

0

The gallery was down, and you can see backup of Cupertino Icons here if you got problems accessing web archive : https://freepencil.com/2021/12/flutter-cupertino-icons/

alvazu
  • 1
  • 2
0

Cupertino Gallery version 1.0.4 ref : https://flutter-history.tistory.com/2

JunDev
  • 1
  • 1