Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to access Cupertino Icons 1.0.0 gallery?

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?

like image 353
Joshua Park Avatar asked Aug 31 '21 17:08

Joshua Park


People also ask

What is Cupertino icons?

Cupertino Icons This is an asset repo containing the default set of icon assets used by Flutter's Cupertino widgets.

How do you import Cupertino icons in flutter?

I know that to use them you have to import 'package:flutter/cupertino. dart'; and use it like this Icon(CupertinoIcons.info); but it's hard to pick needed icon. Dear Flutter team, please make complete Cupertino icons reference somewhere. One place has names without icons and other has icons without names.


1 Answers

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.

like image 89
Omatt Avatar answered Oct 09 '22 17:10

Omatt