fluttercommunity / fluttercommunity/font_awesome_flutter
Missing icons in Web built on CI with version 11.0.0
- 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:
and the font are successfully downloaded:
I notice the size of the font files with the v10.12.0 are noticably different:
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:
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.