This site seems to have the easiest way to look for one: https://materialui.co/icons but it’s not query-able so this one is where I ended up but it searches a much larger corpus of Material-ified icons: https://mui.com/material-ui/material-icons
Add it to your Chrome search by:
- Go to chrome://settings
- Go to Search Engine
- Go to Manage Search Engine
- Go to Site Search and click on “Add”
The list of actually available Material icons for flutter is here: https://api.flutter.dev/flutter/material/Icons-class.html … hold it … the better thing to do is to use this query:
https://api.flutter.dev/flutter/material/Icons-class.html?s=blah

You must be logged in to post a comment.