Flutter obfustication in code magic #3067
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Flutter (Dart) Steps to reproduceI cannot find any information about how to obfusticate my flutter code using codemagic. Moreover, I want the debug files to be sent to firebase crashlytics using code magic. It does not appear as if you have a guide on obfustication even though it’s quite a standard workflow. Expected resultsI expect to be able to obfusticate using code magic and have documentation on how to do this Actual resultsThere is no documentation Build id (optional)No response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello @RowinaSeidler,
You can obtain the debug symbols from the same process you need to use to send to Firebase Crashlytics. This section of the documentation provides a step-by-step guide for doing this - https://docs.codemagic.io/knowledge-firebase/firebase-crashlytics-dsym-uploading/ |
Beta Was this translation helpful? Give feedback.
Hello @RowinaSeidler,
Obfuscate your Flutter application using Codemagic like you would with the Flutter build command. You can make use of the script as below:
You can obtain the debug symbols from the same process you need to use to send to Firebase Crashlytics. This section of the documentation provides a step-by-step guide for doing this - https://docs.codemagic.io/knowledge-firebase/firebase-crashlytics-dsym-uploading/
Please do let me know if you have further questions or run into any issues.