fluttercommunity/font_awesome_flutter

Can we reduce file size as flutter did for material icons

chetanxpatil opened this issue · 1 comments

Screenshot 2023-05-23 at 5 23 40 AM That would be great if its possible to reduce size.

This package already supports this feature. However, flutter does not perform tree shaking for web builds yet. As far as I know, it is still being worked on.