Reputation: 191
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?
Upvotes: 6
Views: 1050
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