microsoft / fluentui-system-icons

Fluent System Icons are a collection of familiar, friendly and modern icons from Microsoft.
https://aka.ms/fluentui-system-icons
MIT License
5.65k stars 498 forks source link

[flutter] adds staticIconProvider annotation to allow icon font to be… #642

Open josh-burton opened 9 months ago

josh-burton commented 9 months ago

… 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.