How to set an Icon (MaterialIcons) using its code_point in Flutter?
I’m currently trying to load dynamically icons from a Supabase table “markers_info” that contains, among other things, icons (their name and their code_point), into markers to display on a map.
How to set an Icon using its code_point in Flutter?
I’m currently trying to load dynamically icons from a Supabase table “markers_info” that contains, among other things, icons (their name and their code_point), into markers to display on a map.