dynamic + flutter icon dynamic How can I get Flutter material icon dynamicallyI have the name for the icon returned from the api, for example like this: { "iconName": "home" } So i want to display it in my application: icon: Icon(Icons.home) But this... wono | discuss | tweet
+ flutter icon dynamic How can I get Flutter material icon dynamicallyI have the name for the icon returned from the api, for example like this: { "iconName": "home" } So i want to display it in my application: icon: Icon(Icons.home) But this... wono | discuss | tweet