fluttercommunity / fluttercommunity/font_awesome_flutter

Missing icons in Web built on CI with version 11.0.0

Open
#301 14 comments 8 reactions 0 assignees View on GitHub
Dominant language
Dart
Stars
905
Forks
293
PR merge metrics
No merged PRs in 30d

Description

**Describe the bug**
When building the release Web version of my App on the CI (clean agent) with version 11.0.0 of the package, all the font-awesome icons are missing.
When I build on my machine, either in debug or release, after a `flutter clean`, the icons are there.

On the deployed web app, `FontManifest.json` is found:

Image

and the font are successfully downloaded:
Image

I notice the size of the font files with the v10.12.0 are noticably different:
Image

Also, there is a warning in the console when I open the page that displays the icons, which is not present with v10.12.0:

Image

Is there something I can do to debug this behaviour?

**Desktop:**
- OS: Windows
- Browser: Edge and Chrome
- Version: latest

Flutter 3.41.5

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.