Open
Description
Use case
flutter build appbundle
or flutter build ipa
Proposal
I manage multiple Flutter app projects in a single folder and release them using a unified release command. However, one day I encountered a project that requires the --no-tree-shake-icons option. This means the same release command no longer works for all projects.
I would still like to keep using the same command for simplicity. It would be very helpful if there were a way to specify --no-tree-shake-icons in a configuration file, such as the YAML file.