fluttercommunity / font_awesome_flutter

The Font Awesome Icon pack available as Flutter Icons
Other
831 stars 233 forks source link

Tree shaking requires @staticIconProvider annotation #253

Closed ltOgt closed 9 months ago

ltOgt commented 11 months ago

Had an issue where Font awesome icons were not reduced by tree shaking:

image

Turns out you need to add the @staticIconProvider annotation

Compare


https://github.com/fluttercommunity/font_awesome_flutter/blob/32beff2ea1156d62d0c2130b8202b88a9724508f/util/lib/main.dart#L345

michaelspiss commented 9 months ago

Hey @ltOgt, thanks for bringing this up! @staticIconProvider will be available with the next release