You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The idea is that we are able to run this tool automatically, with no need of running it manually.
The other idea is that we'd like to inject resources/assets or whatever is needed into the final App during the build process, for example, the id of the uploaded mapping file for deobfuscation of obfuscated builds on the server (generated --save-obfuscation-map).
The idea is that we are able to run this tool automatically, with no need of running it manually.
The other idea is that we'd like to inject resources/assets or whatever is needed into the final App during the build process, for example, the
id
of the uploaded mapping file for deobfuscation of obfuscated builds on the server (generated--save-obfuscation-map
).Related question https://stackoverflow.com/questions/75810481/is-there-a-way-to-hook-into-the-flutter-build-similarly-to-gradle-tasks-or-xcode
Probably related to flutter/flutter#101077
The text was updated successfully, but these errors were encountered: