Xihuny
Xihuny

Reputation: 1538

How to display all the icons in FontAwesome library in a ListView?

I want to show all the icons in the FontAwesome library in a ListView.

Is there any way I can get all the icons available in the library as a list?

Upvotes: 0

Views: 1392

Answers (2)

Shareef Al-Hakimi
Shareef Al-Hakimi

Reputation: 117

You can find a complete list of icons on the Font Awesome website: https://fontawesome.com/icons

Go to View All 26,107 icons button at the bottom of the screen and a list of all icons will appear to you. list of all icons

Upvotes: -2

Sergei Sevriugin
Sergei Sevriugin

Reputation: 498

Don't think there is better way but in the example directory of the package they have a list of all icons : List of all icons as Dart array

Upvotes: 2

Related Questions