flutter_flavorizr icon indicating copy to clipboard operation
flutter_flavorizr copied to clipboard

Flutter processors dependant of other processors?

Open pbayog00 opened this issue 2 years ago • 2 comments

I am trying to use the flavorizr command with only several processors in order to avoid re-generating unchanged files with the command. However, I'm having trouble with the flutter processors. It turns out that they are dependant of other processors, as running the command without arguments works perfectly fine but running only the 4 flutter processors throws a PathNotFoundException on flutter:app processor. It seems that the .tmp folder is not created without running certain processor.

Is this the expected behavior? If so, which processors are compulsory to run flutter processors?

It seems that using the assets processor fixes the issue, but is this the expected behavior? My purpose when running this specific command has nothing to do with assets.

Output when running flavorizr without -p image

Output when running custom flavorizr with -p option image

Thx in advance for your help

pbayog00 avatar Feb 23 '23 13:02 pbayog00

same the situation

StoneCX avatar Jul 03 '23 07:07 StoneCX

Hey @pbayog00, I also stumbled on that and after checking the processors you always need assets:download and assets:extract.

ck86 avatar Dec 14 '23 15:12 ck86