flutter-studio / flutter-icons

Customizable Icons for Flutter :boom:
Apache License 2.0
332 stars 123 forks source link

Does cherry picking work with this library #9

Closed ride4sun closed 4 years ago

ride4sun commented 4 years ago

I am wondering if by using this Library dart/ flutter tree shaking still works or if all Icons are loaded in memory because I can access them with an indexer (map)?

FYI Tree shaking. In computing, tree shaking is a dead code elimination technique that is applied when optimizing code written in ECMAScript dialects like Dart, JavaScript, or TypeScript into a single bundle that is loaded by a web browser.

ride4sun commented 4 years ago

Filed a stackoverflow question: https://stackoverflow.com/questions/59507591/how-can-i-make-icon-loading-work-with-late-binding-and-tree-shaking-in-flutter-a

2534290808 commented 4 years ago

Now you can use the split_icon command to reduce the package size,see #23