fluttercommunity / font_awesome_flutter

The Font Awesome Icon pack available as Flutter Icons
Other
844 stars 244 forks source link

Not Use Icons.js #173

Closed countrymusicfy closed 3 years ago

countrymusicfy commented 3 years ago

Hi, I only need to use 10 Pro Icons. Is there a way to not use the icons.js file? I don't need 14MB of icons.

michaelspiss commented 3 years ago

Icons.json is only for the generator and not bundled with the app later. To further optimize, I'd remove all styles from the pubspec.yaml that you don't use.