flutter
flutter copied to clipboard
Error to build app phosphor_flutter-2.0.0
If I use --no-tree-shake-icons then I think it is not an effective solution. I want a radical solution
I have the same issue. Do you fixed it @Ngochiendev ?
I have the same issue. Do you fixed it @Ngochiendev ?
Temporary solution is to use --no-tree-shake-icons
An alternative is now available in 2.1.0
-- you can import each weight explicitly (e.g. PhosphorIconsBold
) which will allow tree-shaking of the icons used from that font.