fluentui-system-icons
fluentui-system-icons copied to clipboard
[flutter] adds staticIconProvider annotation to allow icon font to be…
… more thoroughly tree-shaken
See here for more info: https://api.flutter.dev/flutter/widgets/staticIconProvider-constant.html
Without this annotation, when building for web only around 16% of each icon font was tree-shaken.
With this annotation, all icons can be tree-shaken.
@spencer-nelson any chance that this PR could get a review? It's a pretty important one.
Sorry for the ping.