GCWizard icon indicating copy to clipboard operation
GCWizard copied to clipboard

Fix Font issue

Open S-Man42 opened this issue 10 months ago • 1 comments

(At least on web building)

Expected to find fonts for (MaterialIcons, MyFlutterApp, packages/cupertino_icons/CupertinoIcons), but found (MaterialIcons, MyFlutterApp). This usually means you are referring to font families in an IconData class but not including them in the assets section of
your pubspec.yaml, are missing the package that would include them, or are missing "uses-material-design: true". Font asset "MyFlutterApp.ttf" was tree-shaken, reducing it from 1784 to 828 bytes (53.6% reduction). Tree-shaking can be disabled by providing the --no-tree-shake-icons flag when building your app. Font asset "MaterialIcons-Regular.otf" was tree-shaken, reducing it from 1645184 to 16972 bytes (99.0% reduction). Tree-shaking can be disabled by providing the --no-tree-shake-icons flag when building your app.

S-Man42 avatar Apr 23 '24 07:04 S-Man42

Tried but found no solution so far

S-Man42 avatar Sep 10 '24 15:09 S-Man42