The font_awesome_flutter plugin is very easy to use and contains tons of beautiful icons. But, what if the icons are not known at compile time?
I wrote a one-class Dart file that uses the Font Awesome plugin and allows to pick an icon at runtime. Using the naming convention of fontawesome.com you can include the icons using the static method getIconFromName()
or edit the class as desired.
This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.