Open dvorapa opened 2 years ago
It seems overkill to run it at each build. Why do you need to run it so often?
Our git repo is constantly changing. There is no sense to run flutter_launcher_icons every time some minor graphical change is added. Thus it would be easier to run it only when preparing/building/packaging a production release for end users. Also we would avoid the case someone forgot to do this after their change to icons of our project.
:speech_balloon: Description
When using package to extract pubspec.yaml values into dart file called pubspec_extract I have three choices. Either to install and run it globally, or to use it locally. Both should be possible with flutter_launcher_icons as well at the moment. But the most useful one, running it as a builder plugin (right before each build) is missing in this package. It might be useful to inspire yourself from their approach and make us able to use this way of running your script as well!
:question: Platform
I want this for Android, but it should be platform-independent thing.