'A List of all flutter Icons
I have recently started flutter and I face difficulty in searching for appropriate icons
whenever I want to use them. 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 :)
Solution 1:[1]
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
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Vettiyanakan |