fluttercommunity/font_awesome_flutter

Missing certain icons after upgrade from FA 5 to 6

Closed this issue · 2 comments

Describe the bug
I upgraded the package and after that I am missing a lot of regular icons. While all solid and light icons work, regular is giving me headaches.

We are using the latest FA Pro fonts. And I removed the old cloned repo and clone the package repo ran ./configurator.sh with all new TTF's.ff

Expected behavior
That all icons work (or none alltogether since that would indicate some sort of cache issue)

Screenshots
image

Steps taken to try to fix/debug it

  • I fixed all deprecations and moved to the suggested alternative icon names
  • Already deleted all the build stuff and did flutter clean in the project aswell as the cloned package
  • Reïnstalled the entire app
  • Tested on multiple devices (Real android device, Clean freshly created android emulator, Real iOS device)

Update: also tried the example project and there are also a lot of missing icons there

Fixed by upgrading to FA 6.5.2 🥳