I'm searching for some icons for a flutter app. materialappPallete.com was introduced to me. but I can't find any icon part in. please guide me how can I have access to the icon part? thanks
CodePudding user response:
You can search for icon here and find the name for the icon then use that name with
Icons.name
Moreover, you can use FontAwesomeIcons package for icons as well.
CodePudding user response:
pngrepo This is a good website to get icons from... Download the Icon you like and then add it to the YAML file in order to be able to use it