Skip to content
Discussion options

You must be logged in to vote

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:

flutter build <build-target> \ 
   --obfuscate \ 
   --split-debug-info=/<symbols-directory>

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.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dam-ease
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants