Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Flutter Material Icons rendering random icons on web

So in my flutter app, the material icons show properly in native, but in web, all have a different icon. What should or can I do with it?

Here is how it looks in web

Here it is working on native android

like image 356
Szilard Ban Avatar asked Sep 06 '20 05:09

Szilard Ban


1 Answers

This seems to be a cache problem which can either be solved by running flutter pub cache repair or running flutter clean between every step of changing a channel and upgrading it.

like image 113
Anna Avatar answered Nov 19 '22 14:11

Anna