Home > Back-end >  A List of all flutter Icons
A List of all flutter Icons

Time:12-19

I have recently started flutter and I face difficulty in searching appropriate whenever I want to use those icons. Is there any website or any source from where I can get the list of all the icons available for flutter? any help is much appreciated. Thank you in advance.

CodePudding user response:

Default Material Icons: https://api.flutter.dev/flutter/material/Icons-class.html

Flutter custom icons generator: https://www.fluttericon.com/

FontAwesomeIcons: https://pub.dev/packages/font_awesome_flutter

CodePudding user response:

Kindly refer to this link Icons class

  • Related