Use custom processors with specific ordering
masterYou can run flutter_flavorizr with a custom set of processors using the -p or --processors flag.
Important: The order of processors is critical. Some processors depend on others. As a rule of thumb, you should always run assets:download and assets:extract before any other processor. For example, android:dummyAssets requires assets:download to have run first.
# Example: downloading and then extracting assets
flutter pub run flutter_flavorizr -p assets:download,assets:extract