Szilard Ban
Szilard Ban

Reputation: 191

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

Upvotes: 6

Views: 1050

Answers (1)

Anna
Anna

Reputation: 78

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.

Upvotes: 4

Related Questions