fluttercommunity / font_awesome_flutter

The Font Awesome Icon pack available as Flutter Icons
Other
857 stars 247 forks source link

Tree shaking requires @staticIconProvider annotation #253

Closed ltOgt closed 1 year ago

ltOgt commented 1 year 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 1 year ago

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