ubuntu / yaru.dart

Ubuntu Yaru Flutter widgets and themes for building desktop and web applications
https://ubuntu.github.io/yaru.dart/
Mozilla Public License 2.0
179 stars 33 forks source link

fix: make the icon page work in the github pages web page build #858

Closed Jupi007 closed 4 months ago

Jupi007 commented 4 months ago

The problem comes from the icons tree shake, so let's disable : it is not needed because we are theoretically using all the icons. I also disabled the import of material icons, because the full file is 2Mo 😅 I replaced the only two material icons we were using in the example app, so we doesn't need to import it any more.

Fixes #857