anusii / podnotes

GNU General Public License v3.0
2 stars 3 forks source link

BUG: Missing icon in web build when changing icon for list page #99

Open gjwgit opened 8 months ago

gjwgit commented 8 months ago

Description

I changed the icon for the My Notes page from copy_file to view_list. However it now does not show up in the web version. It is okay in linux and chrome.

I get this message when running on solidcommunity.au in the browser console:

Could not find a set of Noto fonts to display all missing characters. 
Please add a font asset for the missing characters. 
See: https://flutter.dev/docs/cookbook/design/fonts.

Not clear what that means. Also on build I see this:

Font asset "CupertinoIcons.ttf" was tree-shaken, reducing it from 283452 to 1272 bytes (99.6% reduction). 
Tree-shaking can be disabled by providing the --no-tree-shake-icons flag when building your app.

and a few others. Not sure if related.